Learn R Programming

sgapi (version 1.0.2)

get_table_info_brief: Key 'nomis' Table Information

Description

Retrieve summary information about a given 'nomis' dataset. This is useful as it provides the description of the dataset and any caveats. It also returns information about the current status of the data, and when it was last updated.

Usage

get_table_info_brief(id)

Value

A json file containing the DatasetInfo, DatasetMetadata, Dimensions (variables), Dataset Contact, Units from the target 'nomis' table.

Arguments

id

A valid 'nomis' table id given as a string, e.g. NM_46_1.

Examples

Run this code
get_table_info_brief(id="NM_1_1")

Run the code above in your browser using DataLab