python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
get_decennial() returns error for 2020 data?
I've been working with census data from 2000, 2010, and 2020 for a local geography. My pulls for 2000 and 2010 work with no problem, but I get an error when I try to pull 2020 data.
vars = c("P00...
Nissim
Votes: 0
Answers: 0
Remove the outer boundary of the US using tidycensus, sf, and/or tmap packages
I downloaded the polygons for the contiguous United States from the tidycensus package. However, due to mapping needs, I would like to remove the outline of the US from the polygon, leaving the intern...
z_11122
Votes: 0
Answers: 1
Can I map specific blocks using Tidycensus and Tigris?
I'm trying to map data for four blocks using R packages Tidycensus and Tigris. I wonder if it possible to specify the blocks you want to map, or if one must map the entire County? Could I add a line t...
Abrina Williams
Votes: 0
Answers: 1
How can I filter out the small Hawaiian islands with get_acs?
Can you use the resolution argument in get_acs() to filter out the small islands in the Hawaiian archipelago?
I might have found a bug in tidycensus, one of my favorite packages.
I was mapping U.S con...
scott_mpls
Votes: 0
Answers: 1