View source: R/get_structure.R
get_structure | R Documentation |
Retrieve dataset for a valid 'nomis' table id and dimension. This extracts all of the available instances of the chosen dimension, which can then be used to filter the 'nomis' table.
get_structure(id, dim, base_url = "https://www.nomisweb.co.uk/api/v01")
id |
A valid 'nomis' id. |
dim |
The name of the g which dimension is queried. |
base_url |
Base nomis url to query |
An object with JSON structure for the chosen dimension of the selected 'nomis' table.
get_structure(id="NM_187_1",dim="industry")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.