Description Usage Arguments Value Author(s) See Also Examples
View source: R/Report-methods.R
Gets the location of the given report-specific directory.
1 2 3 4 5 | 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
1 2 | report <- createReport("example.html", "Example", init.configuration = TRUE)
rnb.get.directory(report, "data")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.