Skip to contents

Data sets relating to schools in Brunei

Usage

sch_sf

tchr

enrolment

enrolment_MOE

Format

An object of class sf (inherits from tbl_df, tbl, data.frame) with 252 rows and 14 columns.

An object of class tbl_df (inherits from tbl, data.frame) with 48 rows and 5 columns.

An object of class tbl_df (inherits from tbl, data.frame) with 48 rows and 5 columns.

An object of class tbl_df (inherits from tbl, data.frame) with 84 rows and 5 columns.

Details

There are four datasets related to schools in Brunei:

  • sch_sf: A spatial object of schools in Brunei

  • tchr: A tibble of the number of teachers in schools in Brunei

  • enrolment: A tibble of the number of students in schools in Brunei

  • enrolment_MOE: A tibble of the number of students in schools in Brunei

References

Examples

library(ggplot2)
ggplot() +
  geom_sf(data = brn_sf) +
  geom_sf(data = sch_sf)