View source: R/statswales_get_metadata.R
| statswales_get_metadata | R Documentation |
Returns full metadata for a published dataset including revision history, publication dates, and dimension information.
statswales_get_metadata(dataset_id, lang = "en-gb")
dataset_id |
A dataset UUID string. Use |
lang |
Language for returned text. One of |
A list containing dataset metadata. Returns NULL if the request
fails or the dataset is not found.
## Not run:
datasets <- statswales_list_datasets()
meta <- statswales_get_metadata(datasets$id[1])
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.