beaUpdateMetadata {bea.R} | R Documentation |
Download BEA metadata into library/data folder if needed
Description
Download BEA metadata into library/data folder if needed
Usage
beaUpdateMetadata(datasetList, beaKey)
Arguments
datasetList |
list of BEA datasets to update local metadata file for (e.g., list('NIPA', 'FixedAssets')) |
beaKey |
Your API key |
Value
Nothing. This updates local .RData files to be used in beaSearch.
Examples
beaUpdateMetadata(list('RegionalData', 'NIPA'), beaKey = 'yourAPIkey')
[Package bea.R version 1.0.6 Index]