beaParams {bea.R} | R Documentation |
Gives list of parameters possible for a given dataset
Description
Gives list of parameters possible for a given dataset
Usage
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
beaParams('yourAPIkey', 'RegionalData')
[Package bea.R version 1.0.6 Index]