Learn R Programming

heemod (version 0.4.0)

save_outputs: Save Model Outputs

Description

Save Model Outputs

Usage

save_outputs(outputs, output_dir, overwrite)

Arguments

outputs
Result from run_models_tabular.
output_dir
Subdirectory in which to write output.
overwrite
Should the outputs be overwritten?

Value

NULL. Used for its side effect of creating files in the output directory.