beaParams: Gives list of parameters possible for a given dataset

Description Usage Arguments Value Examples

Description

Gives list of parameters possible for a given dataset

Usage

1
beaParams(beaKey, setName)

Arguments

beaKey

Your API key

setName

Name of BEA dataset (e.g., 'NIPA')

Value

A metadata object of class 'list' of several dimensions. View list structure using 'str(yourList)'.

Examples

1
beaParams('yourAPIkey', 'RegionalData')

Example output

Loading required package: data.table
Creating a generic function for 'toJSON' from package 'jsonlite' in package 'googleVis'
[1] "Invalid API key: yourAPIkey"
Warning message:
In bea.R::beaGet(beaMetaSpecs, asList = TRUE, asTable = FALSE, isMeta = TRUE) :
  Invalid API key: yourAPIkey

bea.R documentation built on May 2, 2019, 1:30 p.m.

Related to beaParams in bea.R...