hrecht / censusapi

R package to retrieve U.S. Census data and metadata via API
https://www.hrecht.com/censusapi/
169 stars 31 forks source link

Issue re: firm age ("fage4") in Business Dynamics Statistics #43

Closed rileyezipper closed 6 years ago

rileyezipper commented 6 years ago

When accessing BDS API through censusapi, var "fage4" returns NA (type numeric) instead of the expected char type with values "a" through "l" indicating firm age.

hrecht commented 6 years ago

Thanks for the bug report, this has been fixed in version 0.4.1. You can install now directly from github:

install.packages("devtools")
devtools::install_github("hrecht/censusapi")

v0.4.1 will also be submitted to CRAN in the near future.