schools | R Documentation |
Data sets relating to schools in Brunei
sch_sf
tchr
enrolment
enrolment_MOE
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.
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
Education Statistics and Indicators Handbook. Ministry of Education, Brunei.
library(ggplot2)
ggplot() +
geom_sf(data = brn_sf) +
geom_sf(data = sch_sf)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.