Online documentation for my R packages.
hansard
An ironically named R package to automatically fetch data from the UK Parliament API. Available on CRAN and GitHub. hansard
is part of the rOpenGov project and its documentation is mirrored on the rOpenGov website.
mnis
An R package for downloading data from the Members’ Names Information Service API operated by the UK Parliament. Available on CRAN and GitHub.
parlitools
A collection of tools, datasets and maps for analysing UK politics. Available on CRAN and GitHub.
nomisr
nomisr
is for accessing Nomis data – UK labour market statistics, census data and other populatlion data – with R. Available on CRAN and GitHub.
fixerapi
fixerapi
is an R client for the fixer.io currency exchange rate API. Available on CRAN and GitHub.
emisc
emisc
is a collection of miscellaneous functions that I have made that may or may not be useful, and that may or may not duplicate existing work.
emisc
is currently not available on CRAN. You can install emisc
from github with:
# install.packages("devtools")
devtools::install_github("evanodell/emisc")