## ----include = FALSE---------------------------------------------------------- knitr::opts_chunk$set( collapse = TRUE, comment = "#>" ) ## ----eval = FALSE------------------------------------------------------------- # library(countyhealthR) ## ----eval = FALSE------------------------------------------------------------- # list_chrr_measures(release_year = 2024) # useful for discovering measure IDs or names ## ----eval = FALSE------------------------------------------------------------- # county_data <- get_chrr_county_data( # state = "WI", # county = "Dane", # release_year = 2025 # ) # head(county_data) ## ----eval = FALSE------------------------------------------------------------- # measure_data <- get_chrr_measure_data( # geography = "county", # measure = "uninsured adults", # release_year = 2022 # ) # head(measure_data) ## ----eval = FALSE------------------------------------------------------------- # meta_data <- get_chrr_measure_metadata( # measure = "Uninsured adults", # release_year = 2024 # ) # head(meta_data) #