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 29 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/3003/3104/0104/0204/0304/0404/0504/0604/0704/0804/0904/1004/1104/1204/1304/1404/1504/1604/1704/1804/1904/2004/2104/2204/2304/2404/2504/2604/2704/28Downloads for tidycensus150200250300350400450500550TrendBars

Today's Hot Picks in Authors and Packages

PCAmatchR  
Match Cases to Controls Based on Genotype Principal Components
Matches cases to controls based on genotype principal components (PC). In order to produce better r ...
Download / Learn more Package Citations See dependency  
NBBDesigns  
Neighbour Balanced Block Designs (NBBDesigns)
Neighbour-balanced designs ensure that no treatment is disadvantaged unfairly by its surroundings. T ...
Download / Learn more Package Citations See dependency  
knockoff  
The Knockoff Filter for Controlled Variable Selection
The knockoff filter is a general procedure for controlling the false discovery rate (FDR) when perf ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
bigGP  
Distributed Gaussian Process Calculations
Distributes Gaussian process calculations across nodes in a distributed memory setting, using Rmpi. ...
Download / Learn more Package Citations See dependency  
phecodemap  
Visualization for PheCode Mapping with ICD-9 and ICD-10-CM Codes
To build a shiny app for visualization of the hierarchy of PheCode Mapping with International Classi ...
Download / Learn more Package Citations See dependency  

24,142

R Packages

207,311

Dependencies

65,176

Author Associations

24,143

Publication Badges

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