The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.

statswalesr

CRAN status R-CMD-check

statswalesr is a package for downloading datasets and their associated metadata from StatsWales. This functionality is limited to datasets that are available through the OData feed. You can check this by navigating to your desired dataset, scrolling to the bottom, and checking that the “Dataset” link is available under the Open Data tab.

Installation

statswalesr is now on CRAN. To install:

install.packages("statswalesr")

You can install the development version of statswalesr from GitHub with:

# install.packages("devtools")
devtools::install_github("jamie-ralph/statswalesr")

Usage

The code below extracts data about aircraft movement at Cardiff airport and the associated metadata.

library(statswalesr)

metadata <- statswales_get_metadata("tran0003")

df <- statswales_get_dataset("tran0003")

You can also search for datasets based on key terms. For example, to search for datasets related to farming and agriculture:

library(dplyr)

farming_datasets <- statswales_search(c("farm*", "agri*"))

glimpse(farming_datasets)
## Rows: 29
## Columns: 2
## $ Description_ENG <chr> "Children's services: Welfare/health summary", "Childr~
## $ Dataset         <chr> "care0021", "care0022", "agri0200", "agri0201", "agri0~

Welsh language

All statswalesr functions support Welsh language downloads using the language argument:

welsh_df <- statswales_get_dataset("tran0003", language = "welsh")

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.