8000 Tags · us-bea/bea.R · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: us-bea/bea.R

Tags

v1.1.0

Toggle v1.1.0's commit message
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.

v1.0.6

Toggle v1.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

v1.0.5

Toggle v1.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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.

v1.0.4

Toggle v1.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Patch v1.0.4

Update to reflect new metadata structure, fixing beaSearch()

v1.0.2

Toggle v1.0.2's commit message
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

v1.0.1

Toggle v1.0.1's commit message
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

v1.0.0

Toggle v1.0.0's commit message
Rename to bea.R + update to CRAN published v1.0.0

Now on https://CRAN.R-project.org/package=bea.R

v1-beta

Toggle v1-beta's commit message
Update README.md

0