knitr::opts_chunk$set( collapse = TRUE, warning = FALSE, message = FALSE, eval = FALSE, fig.width = 10, fig.path = "inst/img/", comment = "#> " )
popdata
is an R client for the UNHCR POPDATA platform.
The UNHCR POPDATA platform is UNHCR internal platform for population statistics.
This package is not on yet on CRAN and to install it, you will need the remotes
package.
You can get popdata
from Github:
## install.packages("remotes") remotes::install_github("populationstatistics/popdata")
library("popdata")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.