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



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: 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.6.7, https://cran.r-project.org/web/packages/tidycensus. Accessed 22 Dec. 2024.
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 (2024-01-25 17:00)
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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

wordspace  
Distributional Semantic Models in R
An interactive laboratory for research on distributional semantic models ('DSM', see < ...
Download / Learn more Package Citations See dependency  
LOGANTree  
Tree-Based Models for the Analysis of Log Files from Computer-Based Assessments
Enables researchers to model log-file data from computer-based assessments using machine-learning te ...
Download / Learn more Package Citations See dependency  
Maintainer: Qi Qin (view profile)
dmlalg  
Double Machine Learning Algorithms
Implementation of double machine learning (DML) algorithms in R, based on Emmenegger and Buehlmann ...
Download / Learn more Package Citations See dependency  
Rfast2  
A Collection of Efficient and Extremely Fast R Functions II
A collection of fast statistical and utility functions for data analysis. Functions for regression, ...
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  
tropAlgebra  
Tropical Algebraic Functions
It includes functions like tropical addition, tropical multiplication for vectors and matrices. In t ...
Download / Learn more Package Citations See dependency  

23,394

R Packages

201,798

Dependencies

63,416

Author Associations

23,395

Publication Badges

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