pop_sgp: Population counts within census block polygons in Singapore

pop_sgpR Documentation

Population counts within census block polygons in Singapore

Description

Example dataset containing Singapore census data for years 2018 and 2020 from the Department of Statistics Singapore, joined by name to the Master Plan Subzone polygons from data.gov.sg. Both datasets are released under the Singapore Open Data License.

Usage

pop_sgp

Format

sf polygons with census data for years 2018 and 2020. Data is in the 'long' format (rows are repeated for each census year). The following columns are used in this package:

subzone_n

Census block name

year

Census year

pop_count

Population count within census block

Source

Contains census data from the Department of Statistics Singapore and polygons from the Singapore Master Plan Subzones, both of which are made available under the terms of the Singapore Open Data Licence version 1.0.

Examples

data(pop_sgp)
head(pop_sgp)

ecological-cities/home2park documentation built on Dec. 6, 2023, 1:05 a.m.