Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/walkerke/tidycensus
Load US Census boundary and attribute data as 'tidyverse' and 'sf'-ready data frames in R
https://github.com/walkerke/tidycensus
Last synced: 3 months ago
JSON representation
Load US Census boundary and attribute data as 'tidyverse' and 'sf'-ready data frames in R
- Host: GitHub
- URL: https://github.com/walkerke/tidycensus
- Owner: walkerke
- License: other
- Created: 2017-05-22T17:45:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-16T20:02:38.000Z (4 months ago)
- Last Synced: 2024-07-17T23:01:46.666Z (4 months ago)
- Language: R
- Homepage: https://walker-data.com/tidycensus
- Size: 26.7 MB
- Stars: 633
- Watchers: 25
- Forks: 95
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
## tidycensus
[![R build status](https://github.com/walkerke/tidycensus/workflows/R-CMD-check/badge.svg)](https://github.com/walkerke/tidycensus/actions) ![CRAN Badge](http://www.r-pkg.org/badges/version/tidycensus) ![CRAN Downloads](http://cranlogs.r-pkg.org/badges/tidycensus)
__tidycensus__ is an R package that allows users to interface with the US Census Bureau's decennial Census and five-year American Community APIs and return tidyverse-ready data frames, optionally with simple feature geometry included. Install from CRAN with the following command:
```r
install.packages("tidycensus")
```For the latest updates, install from GitHub:
```r
remotes::install_github("walkerke/tidycensus")
```To learn more about the package, please visit the package documentation at https://walker-data.com/tidycensus/ or read the book _Analyzing US Census Data: Methods, Maps, and Models in R_ at https://walker-data.com/census-r/.
Note: This product uses the Census Bureau Data API but is not endorsed or certified by the Census Bureau.