| rnb.initialize.reports {RnBeads} | R Documentation |
Creates a new directory to host HTML reports and copies the shared configuration files.
rnb.initialize.reports(dir.reports, dir.configuration = "configuration")
dir.reports |
Directory to host report files. This must be a |
dir.configuration |
Subdirectory to host configuration files shared by the reports. This must be a
|
TRUE if the report directory was successfully created and the configuration files were copied to the
specified location; FALSE otherwise.
Yassen Assenov
createReport for initializing an HTML report
dir.reports <- "~/infinium_studies/cancer_study/reports"
if (!rnb.initialize.reports(dir.reports)) {
cat("ERROR: Could not initialize configuration in ", dir.reports, "\n", sep = "")
}