rnb.add.section {RnBeads} | R Documentation |
Generates HTML code for a new section in the specified report.
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
report <- createReport("example.html", "Example", init.configuration = TRUE) report <- rnb.add.section(report, "Introduction", "This is how it's done.")