Description Usage Arguments Value Author(s) See Also Examples
View source: R/Report-methods.R
Creates a new directory to host HTML reports and copies the shared configuration files.
1 | 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
1 2 3 4 | dir.reports <- "~/infinium_studies/cancer_study/reports"
if (!rnb.initialize.reports(dir.reports)) {
cat("ERROR: Could not initialize configuration in ", dir.reports, "\n", sep = "")
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.