census2021 {bruneimap} | R Documentation |
Brunei census data 2021
Description
Brunei census data 2021
Usage
census2021
Format
An object of class tbl_df
(inherits from tbl
, data.frame
) with 365 rows and 11 columns.
Details
A tibble containing the population, split into male/female or Bruneian/PR/foreigners for each kampong. Also contains number of households and occupied living quarters.
References
DEPS. “The Population and Housing Census Report (BPP) 2021: Demographic, Household and Housing Characteristics.” Department of Economic Planning and Statistics, Ministry of Finance and Economy, Brunei Darussalam, October 2022. URL: https://deps.mofe.gov.bn/SitePages/Population.aspx
Examples
library(tidyverse)
census2021 |>
summarise(
population = sum(population),
.by = district
)
[Package bruneimap version 0.3.1 Index]