/ukds

Reproducible data downloads from the UK Data Service

Primary LanguageROtherNOASSERTION

CRAN version Travis-CI Build Status

ukds

ukds is an R package that provides reproducible, programmatic access to datasets stored in the UK Data Service for registered users.

To install:

  • the latest released version: install.packages("ukds")
  • the latest development version:
if (!require(ghit)) install.packages("ghit")
ghit::install_github("fsolt/ukds")

For more details, check out the vignette.

  • Note that, on Windows systems, ukds requires that RTools is installed.