Package: censusapi 0.10.0

Hannah Recht
censusapi: Retrieve Data from the Census APIs
A wrapper for the U.S. Census Bureau APIs that returns data frames of Census data and metadata. Available datasets include the Decennial Census, American Community Survey, Small Area Health Insurance Estimates, Small Area Income and Poverty Estimates, Population Estimates and Projections, and more.
Authors:
censusapi_0.10.0.tar.gz
censusapi_0.10.0.zip(r-4.7)censusapi_0.10.0.zip(r-4.6)censusapi_0.10.0.zip(r-4.5)
censusapi_0.10.0.tgz(r-4.6-any)censusapi_0.10.0.tgz(r-4.5-any)
censusapi_0.10.0.tar.gz(r-4.7-any)censusapi_0.10.0.tar.gz(r-4.6-any)
censusapi_0.10.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
censusapi/json (API)
NEWS
| # Install 'censusapi' in R: |
| install.packages('censusapi', repos = c('https://hrecht.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/hrecht/censusapi/issues
Pkgdown/docs site:https://www.hrecht.com
- fips - List of state fips codes - 50 states plus DC
censuscensus-apicensus-datademographicsopen-data
Last updated from:1c73c7f85f. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 116 | ||
| source / vignettes | OK | 219 | ||
| linux-release-x86_64 | OK | 112 | ||
| macos-release-arm64 | OK | 96 | ||
| macos-oldrel-arm64 | OK | 95 | ||
| windows-devel | OK | 84 | ||
| windows-release | OK | 105 | ||
| windows-oldrel | OK | 67 | ||
| wasm-release | OK | 120 |
Exports:get_api_keygetCensushas_api_keylistCensusApislistCensusMetadatamakeVarlist
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| List of state fips codes - 50 states plus DC | fips |
| Retrieve a Census API key stored the .Renivron file | get_api_key |
| Retrieve Census data from a given API | getCensus |
| Is there a saved Census API key in the .Renivron file? | has_api_key |
| Get general information about available datasets | listCensusApis |
| Get metadata about a specified API endpoint | listCensusMetadata |
| Use variable metadata to find variables containing a given string | makeVarlist |