get_table_id | R Documentation |
Extract unique table ids for 'nomis' tables containing given name in their title, these unique table ids can be used to rapidly query census data in other functions e.g. 'get_overview("NM_102_1")'
get_table_id(name, base_url = "https://www.nomisweb.co.uk/api/v01")
name |
A string to search for within 'nomis' table titles. |
base_url |
Nomis API base url |
A dataframe of 'nomis' table codes and names, as strings, for all 'nomis' tables containing the selected 'name' in their title.
get_table_id(name="employment")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.