save_files: Save Files

Description Usage Arguments Value Examples

Description

Save various files: JPG, CSV, HTML depending on parameters

Usage

1
2
save_files(report, plot.png = NA, report.csv = NA, webpage = NA,
  title = "Plasmid Profiles")

Arguments

report

Dataframe of results

plot.png

Do you want to save a png? (Anything but NA)

report.csv

Do you want to save a text report? (Anything but NA)

webpage

Do you want to save an interactive heatmap as html? (Anything but NA)

title

Enter a title for the plot

Value

Named vector of colours, names are factor levels of column supplied

Examples

1
2
3
4
## Not run: 
 save_files(report, plot.png=1, report.csv=1, webpage=NA)

## End(Not run)

Plasmidprofiler documentation built on May 1, 2019, 9:19 p.m.