Description Usage Arguments Value Author(s) See Also Examples
View source: R/Report-methods.R
Generates HTML code for a new section in the specified report.
1 | rnb.add.section(report, title, description, level = 1L, collapsed = FALSE)
|
report |
Report to write the text to. |
title |
Section header. This must be a single-element |
description |
Human-readable paragraph text of the section in the form of a |
level |
Section level as a single |
collapsed |
Flag indicating if the contents of this section is to be initially collapsed. Possible values are
|
The modified report.
Yassen Assenov
Report
for other functions adding contents to an HTML report
1 2 | report <- createReport("example.html", "Example", init.configuration = TRUE)
report <- rnb.add.section(report, "Introduction", "This is how it's done.")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.