save_output | R Documentation |
This function saves data frames and plots generated by EpiCompare.
save_output(
save_output = FALSE,
file,
file_type,
filename,
outpath,
interactive = FALSE,
verbose = TRUE
)
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. |
Saved data frames and plots.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.