get.files: get.files

Description Usage Arguments Value Author(s) Examples

View source: R/ReportPlot-methods.R

Description

Gets the list of all files that are planned to be generated, or were already generated by the given report plot.

Usage

1
get.files(report.plot)

Arguments

report.plot

Report plot of interest. This must be an object of type ReportPlot.

Value

Non-empty character vector of absolute file names.

Author(s)

Yassen Assenov

Examples

1
2
plot.image <- createReportPlot('scatterplot', high.png = 200)
get.files(plot.image)

RnBeads documentation built on March 3, 2021, 2 a.m.