get_table_dimensions {sgapi}R Documentation

Table Dimensions

Description

Extract dimensions available for a given 'nomis' table ID. e.g. the dimensions of the table 'RM011 - Country of birth by age ' are age, country and geography; this function will return all of the available age, country and geography filters available on the table.

Usage

get_table_dimensions(id)

Arguments

id

A table ID recognised by 'nomis' (e.g "NM_1_1").

Value

A tidy dataframe of the dimensions, and available filtering values, of your chosen 'nomis' table.

Examples

get_table_dimensions(id="NM_1240_1")


[Package sgapi version 1.0.2 Index]