census2021 | R Documentation |
Brunei census data 2021
census2021
An object of class tbl_df
(inherits from tbl
, data.frame
) with 365 rows and 11 columns.
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.
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
library(tidyverse)
census2021 |>
summarise(
population = sum(population),
.by = district
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.