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.3")



Attach the package and use:
library("tidycensus")
Maintained by
Kyle Walker
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2017-06-20
Latest Update: 2025-07-24
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.3, https://cran.r-project.org/web/packages/tidycensus. Accessed 07 Aug. 2026.
Previous versions and publish date:
(2026-07-09 07:13), 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), 1.7.1 (2025-01-31 16:30), 1.7.3 (2025-07-24 21:00), 1.7.5 (2026-02-09 19:10), 1.8.0 (2026-05-19 13:30)
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

Today's Hot Picks in Authors and Packages

bbricks  
Bayesian Methods and Graphical Model Structures for Statistical Modeling
A set of frequently used Bayesian parametric and nonparametric model structures, as well as a set of ...
Download / Learn more Package Citations See dependency  
modelwordcloud  
Model Word Clouds
Makes a word cloud of text, sized by the frequency of the word, and colored either by user-specified ...
Download / Learn more Package Citations See dependency  
BayesESS  
Determining Effective Sample Size
Determines effective sample size of a parametric prior distribution in Bayesian models. For a web-b ...
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  
enrichwith  
Methods to Enrich R Objects with Extra Components
Provides the "enrich" method to enrich list-like R objects with new, relevant components. The curren ...
Download / Learn more Package Citations See dependency  

28,083

R Packages

239,283

Dependencies

74,457

Author Associations

28,084

Publication Badges

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