listCensusApis {censusapi} | R Documentation |
Scrapes https://api.census.gov/data.json and returns a dataframe that includes: title, description, name, vintage, url, dataset type, and other useful fields.
listCensusApis()
## Not run:
apis <- listCensusApis()
head(apis)
## End(Not run)