save_output: Save output

View source: R/save_output.R

save_outputR Documentation

Save output

Description

This function saves data frames and plots generated by EpiCompare.

Usage

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.


neurogenomics/EpiCompare documentation built on April 30, 2024, 3:58 p.m.