You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update to handle modified response data structure in beaGet, general …
…improved error handling, update search function to reflect latest changes in dataset metadata, and temporarily remove visualization function.
Patch for change in NIPA GET params
Change from beaGet(list(... , "TableID" = "[TableIdn]", ...)) to beaGet(list(... , "TableName" = "[TableId]", ...)); old table IDs became obsolete. Use beaSearch('[some NIPA value]', beaKey) or beaParamVals(beaKey, 'NIPA', 'TableName') to check for new table IDs to use with TableName parameter.
Fixed beaSearch
Fixes to beaSearch function:
- Drop obsolete RegionalData set
- Handle regional and national separately
--- Warning if account area search index missing
--- Return results from one or the other even if both not found
Bug fix - bea2Tab + beaUpdateMetadata
* bea2Tab now reshapes tables based on "Year" as well as "TimePeriod" (prioritizes "TimePeriod" if both are present), fixing issue with reshaping several industry and international datasets
* Silence metadata file update