Description Usage Arguments Value Examples
View source: R/quantile_estimation_functions_master.R
This function will take individual geo-id level csv files, and will estimate metrics over the set of sims and days
1 | get_county_data(geoid_dir, tquant, tcols)
|
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 |
Returns a datatable of county level aggregated information
1 | get_county_data("path_to_my_csvs/" c(0.25,0.5,0.75), c("col1", "col2")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.