dataONS
is an R package that contains data from the Annual Survey of Public Employment & Payroll.
The data was pulled from the ONS website.
To install the package, execute:
devtools::install_github("DanielBonnery/dataONS")
Note that installation is slow, because part of the installation process is the downloading of data from the Census Bureau website.
To see the documentation, execute:
To pull the data again, execute:
alldata<-dataONS::get_data_from_web()
To see an example of data use, execute:
demo(Popbyparish,package = "dataONS")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.