Skip to content

Commit

Permalink
Updated 19 June
Browse files Browse the repository at this point in the history
  • Loading branch information
weiyuet committed Jun 19, 2023
1 parent bd5c0ac commit 07f6fdd
Show file tree
Hide file tree
Showing 2 changed files with 399 additions and 405 deletions.
15 changes: 6 additions & 9 deletions index.Rmd
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
---
title: "Singapore Data Project"
subtitle: "Exploring publicly available data"
date: "Created: 26 May, 2022.\nUpdated: `r format(Sys.time(), '%d %B, %Y')`"
output:
html_document:
code_folding: hide
theme: journal
theme: cosmo
highlight: tango
fig_width: 8
fig_height: 5
toc: yes
toc_depth: 2
toc_float: yes
number_sections: true
number_sections: false
---

```{r Setup, include=FALSE}
Expand All @@ -23,14 +22,12 @@ library(scales)
library(glue)
library(paletteer)
```

- Data.gov.sg was launched in 2011 as a one-stop portal to its publicly-available data sets from 70 public agencies.

- Data from [data.gov.sg](https://data.gov.sg) and [Department of Statistics Singapore.](https://www.singstat.gov.sg)
# Exploring Publicly Available Data in Singapore
Data.gov.sg was launched in 2011 as a one-stop portal to its publicly-available data sets from 70 public agencies. It recently underwent a revamp, and has a new-look website. Other than data from [data.gov.sg](https://data.gov.sg), I also use data from the [Department of Statistics Singapore.](https://www.singstat.gov.sg) This is a personal project to practice R programming, and in the process hope to learn some insights from the data sets.

![](https://cdn.pixabay.com/photo/2018/09/27/11/43/singapore-3706832_960_720.jpg)
![](https://cdn.pixabay.com/photo/2017/03/16/05/23/singapore-2148190_960_720.jpg)

# Society
# Demographics

## Live Births and Fertility

Expand Down
Loading

0 comments on commit 07f6fdd

Please sign in to comment.