View source: R/get_table_info_brief.R
get_table_info_brief | R Documentation |
Retrieve summary information about a given 'nomis' dataset. This is useful as it provides the description of the dataset and any caveats. It also returns information about the current status of the data, and when it was last updated.
get_table_info_brief(id, base_url = "https://www.nomisweb.co.uk/api/v01")
id |
A valid 'nomis' table id given as a string, e.g. NM_46_1. |
base_url |
Base nomis url to query |
A json file containing the DatasetInfo, DatasetMetadata, Dimensions (variables), Dataset Contact, Units from the target 'nomis' table.
get_table_info_brief(id="NM_1_1")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.