get_all_counties_from_cdp: Get all counties from cdp

get_all_counties_from_cdpR Documentation

Get all counties from cdp

Description

This function extends the approach of get_county_from_cdp(), returning all counties in long format, rather than a single county

Usage

get_all_counties_from_cdp(cdp, fix_cumul = F, type = c("mid", "low", "high"))

Arguments

cdp

this is a cdp list as returned by cssedata(return_compact=T)

fix_cumul

(logical, default=F); set to TRUE to fix cumulative data

type

(string, default="mid"); strategy to fix cumulative data

Examples

get_all_counties_from_cdp(cdp)

lmullany/rawcoviddata documentation built on Dec. 20, 2024, 10:04 p.m.