get_county_data: Estimate quantiles/metrics on county days

Description Usage Arguments Value Examples

View source: R/quantile_estimation_functions_master.R

Description

This function will take individual geo-id level csv files, and will estimate metrics over the set of sims and days

Usage

1
get_county_data(geoid_dir, tquant, tcols)

Arguments

geoid_dir

location of csv files

tquant

a vector of target quantiles (i.e. all between 0 and 1)

tcols

a vector of columns names that are the targets of the estimation

Value

Returns a datatable of county level aggregated information

Examples

1
get_county_data("path_to_my_csvs/" c(0.25,0.5,0.75), c("col1", "col2")

lmullany/iddquantiles documentation built on June 21, 2020, 7:28 p.m.