| rnb.get.directory {RnBeads} | R Documentation |
Gets the location of the given report-specific directory.
rnb.get.directory(
report,
dir = c("data", "images", "images-high", "pdfs"),
absolute = FALSE
)
report |
Report of interest. |
dir |
Type of directory to get. Must be one of |
absolute |
Flag indicating if the absolute path of the directory is to be returned. If this is |
Path of the requested directory as a single-element character vector.
Yassen Assenov
Report for functions adding contents to an HTML report
report <- createReport("example.html", "Example", init.configuration = TRUE)
rnb.get.directory(report, "data")