Description Usage Arguments Examples
View source: R/quantile_estimation_functions_master.R
Convenience function to write a compressed version of results, given a list of results, and a destination directory
1 | write_zipped_aggregation_files(result, dest_dir, scenario, ifr_level)
|
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 |
1 | write_zipped_aggregation_files(result, "my_dest_path/", "scenarioX", "med")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.