NEWS.md
listCensusMetadata()
and masterlist examples that used Business Dynamic Statistics endpoints, which were recently deprecated.show_call
option to getCensus()
, which shows the underlying API call (otherwise only shown on errors) and link to package documentation when used.getCensus()
. This allows users to specify any valid API argument name and pass it a value, giving full access to all of the underlying Census Bureau APIs.group
parameter in listCensusMetadata()
. This allows users to get variable metadata for a specified variable group.listCensusMetadata()
.region
an optional argument in getCensus
, rather than required.fips
dataset with zeroes.groups
type option to listCensusMetadata
.listCensusMetadata
variables call caused by an underlying Census API change, which renamed validValues
to values
for some endpoints.dec/sf1
endpoint, which will replace 2010 sf1
endpoint on August 30, 2018.listCensusMetadata
variables call caused by underlying Census API changes.listCensusMetadata
. For most APIs, this function will run in under one second. A lag may be noticeable for the American Community Survey APIs, which each have more than 40,000 variables. Improvements are planned in future releases.listCensusMetadata
allows full word or single letter argument in type
parameterlistCensusApis
, in starts of removing XML dependency. The .json data also includes several fields not present in the .html file, the most useful of which are added to the returned data frame.listCensusMetadata
examples, mainly for build/checks speed.getCensus(key)
argument’s default value to be CENSUS_KEY in .Renviron. Explicitly encourages Census key to be added to .Renviron. (Users can always override this with any given input.)