I used this today to get fresh ACS data on poverty, rent burden, and health insurance coverage by state. Just had to update one thing in my code and I got new data and 100s of charts!!
It's release day for the 2023 @uscensusbureau 1-year American Community Survey data!
tidycensus users in #rstats users can get the data *right now* with the arguments `survey = "acs1"` and `year = 2023`; it *just works*, there is nothing new to install!
https://t.co/jluzVpQ5h7
@JosiahParry I talked about just this at last year's posit::conf! Opening github issues was the beginning of my path into understanding and developing R packages
https://t.co/MHsKLWjr3w
@mrworthington @JosiahParry @observablehq What's your workflow for developing Quarto with R + observable? I tried it out a bit last year, but wasn't able to make it work as seamlessly as my usual Quarto + R with htmlwidgets and got frustrated
@CoreySparks1 Yeah, for our internal stuff, we use Netlify hooked up to GitHub and then set up password protection via Netlify. It's another random password for users to remember but is sometimes easier than dealing with emailing around HTML for us.
@JohnFPfaff You can use duckdb or arrow to query the csv on disk without reading the entire thing into memory and then filter the rows you want and load into your R session. The second example here shows one way to do itp
https://t.co/dmVf6JgrQd
tidycensus v1.5 is coming this week! Highlights include:
- Support for the brand-new 2020 Detailed DHC-A file;
- Full mapping support for the 2022 1-year ACS
Spots are running out for Thursday's free webinar where you can learn all about it!
https://t.co/UrxChbGrNW
#rstats
@elipousson Nice! I’ve done something similar in my internal package at work, tho yours seems a bit better designed. Will def take a look under the hood!
Tomorrow's a big day for those of us in the data / demographics world: the 2022 1-year ACS data will be released!
tidycensus should support the new estimates out of the box, and we'll take care of needed updates.
Check out the ACS docs in the meantime: https://t.co/DSFKM1H4tV
A new version of #tidycensus - your #rstats package that gets @uscensusbureau data pre-joined to geometries for mapping - is now on CRAN
This big update gets you the latest Population Estimates, which are not on the Census API, and other 2020 datasets!
https://t.co/jluzVpQ5h7
@charliejhadley @cararthompson We use the Highcharts free license for non-profits and love the support for many key accessibility features https://t.co/h47XokrqjM
I'm stoked to be speaking at posit::conf(2023)! My talk, Becoming an R package author (or how I got rich* responding to GitHub issues), is about how I got deep into R, via tidycensus and @kyle_e_walker. Register now at https://t.co/QvB9bhiYEc to secure your spot. #positconf2023