write_zipped_aggregation_files: Write aggregated files

Description Usage Arguments Examples

View source: R/quantile_estimation_functions_master.R

Description

Convenience function to write a compressed version of results, given a list of results, and a destination directory

Usage

1
write_zipped_aggregation_files(result, dest_dir, scenario, ifr_level)

Arguments

result

a named list of data tables; each will be written to a separate compressed csv file

dest_dir

a path to folder where these files will be written

scenario

a description of scenario - will be included in the file name

ifr_level

character string that indicates the ifr level - will be included in the file name

Examples

1
write_zipped_aggregation_files(result, "my_dest_path/", "scenarioX", "med")

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