Learn R Programming

bea.R (version 1.0.6)

beaParamVals: 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

Run this code
# NOT RUN {
beaParamVals('yourAPIkey', 'RegionalData', 'keycode')
# }

Run the code above in your browser using DataLab