get_table_info_brief {sgapi} | R Documentation |
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)
Arguments
id |
A valid 'nomis' table id given as a string, e.g. NM_46_1. |
Value
A json file containing the DatasetInfo, DatasetMetadata, Dimensions (variables), Dataset Contact, Units from the target 'nomis' table.
Examples
get_table_info_brief(id="NM_1_1")
[Package sgapi version 1.0.2 Index]