View source: R/get_available_scales.R
get_available_scales | R Documentation |
Retrieve available spatial scales for a given 'nomis' table id. This is useful as each table only has data at a specific set of scales, e.g. many census tables are available at MSOA and LSOA resolutions but not at Regional level.
get_available_scales(id, base_url = "https://www.nomisweb.co.uk/api/v01")
id |
A valid 'nomis' table id given as a string. |
base_url |
Nomis API base url |
A tidy dataframe listing the geographical scales available for the 'nomis' table selected.
get_available_scales(id="NM_1003_1")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.