Learn R Programming

bruneimap (version 0.3.1)

census2021: Brunei census data 2021

Description

Brunei census data 2021

Usage

census2021

Arguments

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

Run this code
library(tidyverse)
census2021 |>
  summarise(
    population = sum(population),
    .by = district
  )

Run the code above in your browser using DataLab