Skip to contents

Functions - fetching

Functions to fetch data from APIs

laus_trend()
Fetch local area unemployment statistics (LAUS) data over time
multi_geo_acs()
Fetch an ACS table with multiple geography levels
multi_geo_decennial()
Fetch a decennial census table with multiple geography levels
qwi_industry()
Get employment counts and total payroll over time

Functions - analyzing and plotting

Functions to analyze or quickly plot data

adj_inflation() get_cpi()
Calculate inflation adjustments
label_decennial() label_acs()
Quickly add the labels of census variables
geo_level_plot()
Quickly make a ggplot to view data by geographic level
quick_map()
Quickly create a choropleth sketch

Datasets - reference

Reference datasets, lookup tables, and crosswalks

acs_vars
Variable labels from the 2023 ACS
ct5_clusters
Five Connecticuts clusters
decennial_vars decennial_vars10
Variable labels from the Decennial Census
msa
Names and GEOIDs of regional MSAs
naics_codes
NAICS industry codes
new_haven_tracts bridgeport_tracts stamford_tracts hartford_tracts new_haven_tracts19 bridgeport_tracts19 stamford_tracts19 hartford_tracts19
City neighborhoods by tract
occ_codes
Census occupation codes
proxy_pumas
Proxy PUMAs
regions
Regions of Connecticut
school_dists
School districts by town
basic_table_nums ext_table_nums
Common ACS table numbers
village2town
Village to town lookup
xwalk tract2town
CT crosswalk
zip2town
Zip to town lookup

Datasets - examples

Datasets used for examples in vignettes, package docs, & testing

gnh_tenure
ACS demo data - tenure

Shapefiles

Shapefiles in sf format

bridgeport_sf hartford_sf new_haven_sf stamford_sf
Neighborhood shapefiles of Connecticut cities
town_sf
Connecticut town shapefile
tract_sf tract_sf19
Connecticut tract shapefile

Misc. / utilities

Miscellaneous functions

check_cb_avail() check_qwi_avail()
Check availability of datasets
batch_csv_dump()
Write a list of data frames to CSV and keep it movin'
fix_cogs()
Fix names of COGs
jenks()
Quickly cut a vector with the Jenks/Fisher algorithms
separate_acs()
Separate labels given to ACS data
town_names()
Clean up town names as returned from ACS

Deprecated functions

Functions that have moved to {dcws}

cws_demo deprecated
CWS demo data