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. Part of the rOpenSci community.
fixerapi
fixerapi
is an R client for the fixer.io currency exchange rate API. Available on CRAN and GitHub.
refuge
refuge
is an R client for the Refuge Restrooms API, which records public restrooms that are friendly to trans and non-binary people. Available on CRAN and GitHub.
guardianapi
Access to the Guardian open data platorm API, containing all articles published in the Guardian from 1999 to the present. 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")