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")'
Usage
get_table_id(name)
Value
A dataframe of 'nomis' table codes and names, as strings, for all 'nomis' tables containing the selected 'name' in their title.
Arguments
name
A string to search for within 'nomis' table titles.