Other packages > Find by keyword >

tidycensus  

Load US Census Boundary and Attribute Data as 'tidyverse' and 'sf'-Ready Data Frames
View on CRAN: Click here


Download and install tidycensus package within the R console
Install from CRAN:
install.packages("tidycensus")

Install from Github:
library("remotes")
install_github("cran/tidycensus")

Install by package version:
library("remotes")
install_version("tidycensus", "1.7.1")



Attach the package and use:
library("tidycensus")
Maintained by
Kyle Walker
[Scholar Profile | Author Map]
First Published: 2017-06-20
Latest Update: 2023-08-07
Description:
An integrated R interface to several United States Census Bureau APIs (<https://www.census.gov/data/developers/data-sets.html>) and the US Census Bureau's geographic boundary files. Allows R users to return Census and ACS data as tidyverse-ready data frames, and optionally returns a list-column with feature geometry for mapping and spatial analysis.
How to cite:
Kyle Walker (2017). tidycensus: Load US Census Boundary and Attribute Data as 'tidyverse' and 'sf'-Ready Data Frames. R package version 1.7.1, https://cran.r-project.org/web/packages/tidycensus. Accessed 06 Apr. 2025.
Previous versions and publish date:
0.1.2 (2017-06-20 17:43), 0.2 (2017-08-09 20:11), 0.3.1 (2017-10-26 17:45), 0.3 (2017-10-17 18:54), 0.4.1 (2018-01-31 21:32), 0.4.6 (2018-04-15 21:24), 0.4 (2018-01-03 00:41), 0.8.1 (2018-08-27 06:10), 0.9.2 (2019-06-12 23:40), 0.9.5 (2020-01-20 13:10), 0.9.6 (2020-01-25 23:50), 0.9.9.2 (2020-04-03 18:00), 0.9.9.5 (2020-06-10 18:10), 0.9 (2019-01-09 16:20), 0.10.1 (2020-09-27 12:50), 0.10.2 (2020-09-28 14:10), 0.11.4 (2021-01-20 15:40), 0.11 (2020-12-14 19:10), 1.0 (2021-05-19 21:30), 1.1.2 (2022-03-09 13:30), 1.1 (2021-09-23 20:30), 1.2.1 (2022-04-21 13:40), 1.2.2 (2022-06-03 19:10), 1.2.3 (2022-09-16 17:26), 1.2 (2022-04-12 21:00), 1.3.1 (2023-01-09 19:20), 1.3.2 (2023-01-30 16:00), 1.3.4 (2023-05-19 16:40), 1.3 (2022-12-09 19:40), 1.4.1 (2023-06-03 06:30), 1.4.4 (2023-08-07 23:00), 1.4 (2023-05-27 09:00), 1.5 (2023-09-26 21:50), 1.6.2 (2024-03-05 17:30), 1.6.3 (2024-03-20 17:20), 1.6.5 (2024-07-26 00:30), 1.6.6 (2024-09-20 20:30), 1.6.7 (2024-10-17 21:20), 1.6 (2024-01-25 17:00), 1.7.0 (2025-01-23 20:50)
Other packages that cited tidycensus R package
View tidycensus citation profile
Other R packages that tidycensus depends, imports, suggests or enhances
Complete documentation for tidycensus
Downloads during the last 30 days
03/0703/0803/0903/1003/1103/1203/1303/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/2803/2903/3003/3104/0104/0204/0304/0404/05Downloads for tidycensus100150200250300350400450500TrendBars

Today's Hot Picks in Authors and Packages

spCP  
Spatially Varying Change Points
Implements a spatially varying change point model with unique intercepts, slopes, variance intercep ...
Download / Learn more Package Citations See dependency  
FuzzyQ  
Fuzzy Quantification of Common and Rare Species
Fuzzy clustering of species in an ecological community as common or rare based on their abundance a ...
Download / Learn more Package Citations See dependency  
listarrays  
A Toolbox for Working with R Arrays in a Functional Programming Style
A toolbox for R arrays. Flexibly split, bind, reshape, modify, subset and name arrays. ...
Download / Learn more Package Citations See dependency  
danstat  
R Client for the Statistics Denmark Databank API
The purpose of the package is to enable an R function interface into the Statistics Denmark Databank ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
ider  
Various Methods for Estimating Intrinsic Dimension
An implementation of various methods for estimating intrinsic dimension of vector-valued dataset or ...
Download / Learn more Package Citations See dependency  

23,990

R Packages

207,311

Dependencies

64,809

Author Associations

23,991

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA