hrecht / censusapi

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

Add optional name and vintage parameters to listCensusApis() #103

Closed hrecht closed 5 months ago

hrecht commented 5 months ago

This will let users get a subset of the dataset metadata. Some possible examples for the documentation:

listCensusApis(name = "timeseries")
listCensusApis(name = "timeseries/eits")
listCensusApis(name = "dec", vintage = 2020)
listCensusApis(name = "acs", vintage = 2022)
listCensusApis(vintage = 2023)