This function saves data frames and plots generated by EpiCompare.
save_output(
save_output = FALSE,
file,
file_type,
filename,
outpath,
interactive = FALSE,
verbose = TRUE
)
Arguments
- save_output
Default FALSE. If TRUE, outputs are saved.
- file
Tables and plots to be saved.
- file_type
Type of file to be saved.
"data.frame", "ggplot", "image"
- filename
Name of file.
- outpath
Outpath
- interactive
Default FALSE. If TRUE, interactive plots are saved as
html.
- verbose
Print messages.
Value
Saved data frames and plots.