get_overview | R Documentation |
Retrieve dataset overview for a valid 'nomis' table id. Returned object includes description of the dataset, last update date, contact for the data. It also extracts all of the available instances of the available table dimensions, which can then be used to filter the dataset 'nomis' table.
get_overview(id, base_url = "https://www.nomisweb.co.uk/api/v01")
id |
A valid 'nomis' id. |
base_url |
Base nomis url to query |
An object with overview information of chosen data set. Object has the structure of the extracted JSON object.
get_overview(id="NM_1_1")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.