get_overview {sgapi} | R Documentation |
Table Overview
Description
Retrieve dataset overview for a valid 'nomis' table id. Returned object includes description of the dataset, last update date, contact for the data. It also extracts all of the available instances of the available table dimensions, which can then be used to filter the dataset 'nomis' table.
Usage
get_overview(id)
Arguments
id |
A valid 'nomis' id. |
Value
An object with overview information of chosen data set. Object has the structure of the extracted JSON object.
Examples
get_overview(id="NM_1_1")
[Package sgapi version 1.0.2 Index]