Learn R Programming

sgapi (version 1.0.3)

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

Value

An object with overview information of chosen data set. Object has the structure of the extracted JSON object.

Arguments

id

A valid 'nomis' id.

Examples

Run this code
get_overview(id="NM_1_1")

Run the code above in your browser using DataLab