Description Usage Arguments Value Examples
View source: R/quantile_estimation_functions_master.R
This function processes the raw model output data
1 2 3 4 5 6 7 | process_raw_data(
config,
fnames,
parallelize = T,
write_geoid = F,
geoid_save_location = NULL
)
|
config |
aggregation configuration list |
fnames |
vector of filenames (absolute paths, required) |
parallelize |
defaults to TRUE, indicates whether or not processing should be done in parallel |
write_geoid |
defaults to FALSE, indicates whether county level should also be processed |
geoid_save_location |
this must be provided if write_geoid=TRUE; is path to location for temporary geoid csv |
Returns a list of data tables, one at the us/national level (summed over all geoids), and one at the state level (summed over all geoids within each state)
1 2 | process_raw_data(fnames, parallelize=T, write_geoid=F)
process_raw_data(fnames, parallelize=T, write_geoid=T, geoid_save_location="tempfolder/")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.