beaParamVals {bea.R}R Documentation

Gives list of values possible for a given dataset's parameters

Description

Gives list of values possible for a given dataset's parameters

Usage

beaParamVals(beaKey, setName, paramName)

Arguments

beaKey

Your API key

setName

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

paramName

Name of BEA dataset parameter (e.g., TableID)

Value

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

Examples

beaParamVals('yourAPIkey', 'RegionalData', 'keycode')

[Package bea.R version 1.0.6 Index]