get_table_id {sgapi}R Documentation

Get 'nomis 'Table IDs

Description

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)

Arguments

name

A string to search for within 'nomis' table titles.

Value

A dataframe of 'nomis' table codes and names, as strings, for all 'nomis' tables containing the selected 'name' in their title.

Examples

get_table_id(name="employment")


[Package sgapi version 1.0.2 Index]