knitr::opts_chunk$set(echo = TRUE) library(fpemdata)
This is the data package of FPEM. Data pre-compiled by the UNPD is stored and documented in this package. To view a list of available data sets enter data(package = "fpemdata")
. To view data documentation enter ??datasetname
. Below we preview available data.
knitr::kable(head(fpemdata::contraceptive_use))
knitr::kable(head(fpemdata::divisions))
knitr::kable(head(fpemdata::population_counts))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.