Learn R Programming

sgapi (version 1.0.3)

get_table_id: 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)

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.

Examples

Run this code
get_table_id(name="employment")

Run the code above in your browser using DataLab