Learn R Programming

RnBeads (version 1.4.0)

get.files: get.files

Description

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

Usage

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.

Examples

Run this code

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

Run the code above in your browser using DataLab