beaParamVals | R Documentation |
Gives list of values possible for a given dataset's parameters
beaParamVals(beaKey, setName, paramName)
beaKey |
Your API key |
setName |
Name of BEA dataset (e.g., NIPA) |
paramName |
Name of BEA dataset parameter (e.g., TableName) |
A metadata object of class 'list' of several dimensions. View list structure using 'str(yourList)'.
beaParamVals(Sys.getenv("BEA_API_KEY"), 'NIPA', 'TableName')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.