ons_available_datasets | R Documentation |
Retrieves a dataframe describing the datasets available from ONS via the API.
ons_available_datasets()
list of available datasets and associated metadata
Neale Swinnerton neale@mastodonc.com
## Not run: # return information on all available datasets and then filter on specific id datasets <- ons_available_datasets() datasets %>% filter(id='health-accounts') ## End(Not run) ## Not run: # display just the ids ons_available_datasets() %>% select(id) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.