save_plot_list: Save list of plots

View source: R/file_helper.R

save_plot_listR Documentation

Save list of plots

Description

Converts variable value to numeric (where necessary)

Usage

save_plot_list(
  plot_list = NULL,
  outdir = NULL,
  prefix = NULL,
  suffix = NULL,
  ...
)

Arguments

plot_list

list of plots to save.

outdir

the name of the output directory (defaults to current directory).

prefix

a prefix to be added to the file name.

suffix

a suffix to be added to the file name (before file extension).

...

parameters for ggsave.


cancerit/RCRISPR documentation built on April 26, 2023, 10:12 p.m.