View source: R/statswales_get_dataset.R
statswales_get_dataset | R Documentation |
statswales_get_dataset
returns a dataframe from
StatsWales using a dataset id.
statswales_get_dataset(id)
id |
A dataset id. Must be a single string. |
If the dataset id is valid, the function will return the requested dataset in a dataframe. If the id is not valid, the function will return NULL.
data <- statswales_get_dataset("LGFS0021")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.