Learn R Programming

censusapi (version 0.4.1)

listCensusApis: Get dataset metadata on all available APIs as a data frame

Description

Scrapes https://api.census.gov/data.json and returns a dataframe that includes: title, name, vintage (where applicable), url, isTimeseries (binary), temporal (helpful for some time series), description, modified date

Usage

listCensusApis()

Arguments

Examples

Run this code
# NOT RUN {
apis <- listCensusApis()
head(apis)
# }

Run the code above in your browser using DataLab