Package: easycensus 1.1.1
easycensus: Quickly Find, Extract, and Marginalize U.S. Census Tables
Extracting desired data using the proper Census variable names can be time-consuming. This package takes the pain out of that process by providing functions to quickly locate variables and download labeled tables from the Census APIs (<https://www.census.gov/data/developers/data-sets.html>).
Authors:
easycensus_1.1.1.tar.gz
easycensus_1.1.1.zip(r-4.5)easycensus_1.1.1.zip(r-4.4)easycensus_1.1.1.zip(r-4.3)
easycensus_1.1.1.tgz(r-4.4-any)easycensus_1.1.1.tgz(r-4.3-any)
easycensus_1.1.1.tar.gz(r-4.5-noble)easycensus_1.1.1.tar.gz(r-4.4-noble)
easycensus_1.1.1.tgz(r-4.4-emscripten)easycensus_1.1.1.tgz(r-4.3-emscripten)
easycensus.pdf |easycensus.html✨
easycensus/json (API)
NEWS
# Install 'easycensus' in R: |
install.packages('easycensus', repos = c('https://corymccartan.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/corymccartan/easycensus/issues
- tables_acs - Parsed Census SF1 and ACS Tables
- tables_sf1 - Parsed Census SF1 and ACS Tables
Last updated 2 years agofrom:9e28874ad6 (on v1.1.1). Checks:OK: 1 NOTE: 6. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 31 2024 |
R-4.5-win | NOTE | Oct 31 2024 |
R-4.5-linux | NOTE | Oct 31 2024 |
R-4.4-win | NOTE | Oct 31 2024 |
R-4.4-mac | NOTE | Oct 31 2024 |
R-4.3-win | NOTE | Oct 31 2024 |
R-4.3-mac | NOTE | Oct 31 2024 |
Exports:as_estimatecens_findcens_find_acscens_find_deccens_geocens_get_acscens_get_deccens_get_rawcens_margin_tocens_parse_tablesest_pct_chgest_propestimateget_estget_moeget_seis_estimatetidy_agetidy_age_binstidy_ethnicitytidy_income_binstidy_parenstidy_racetidy_race_detailedtidy_simplifyto_rvar
Dependencies:askpasscensusapiclicpp11curldplyrfansigenericsgluehttrjsonlitelifecyclemagrittrmimeopensslpillarpkgconfigpurrrR6rlangstringistringrsystibbletidyrtidyselectutf8vctrswithr
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Authorize use of the Census API | cens_auth |
Find a decennial or ACS census table with variables of interest | cens_find cens_find_acs cens_find_dec |
Construct a Geography Specification for Census Data | cens_geo |
Download data from a decennial census or ACS table | cens_get cens_get_acs cens_get_dec cens_get_raw |
Helper function to sum over nuisance variables | cens_margin_to |
Attempt to Parse Tables from a Census API | cens_parse_tables |
Specialized margin-of-error calculations | est_pct_chg est_prop |
Estimate class | as_estimate estimate is_estimate |
Format an estimate | format.estimate |
Extract estimates, standard errors, and margins of error | get_est get_moe get_se to_rvar |
Parsed Census SF1 and ACS Tables | tables tables_acs tables_sf1 |
Tidy labels in census tables | tidiers tidy_age tidy_age_bins tidy_ethnicity tidy_income_bins tidy_parens tidy_race tidy_race_detailed tidy_simplify |