Description Usage Arguments Value Author(s) See Also Examples
View source: R/Report-methods.R
Generates HTML code for a new paragraph in the specified report.
1 | rnb.add.paragraph(report, txt, paragraph.class = NULL)
|
report |
Report to write the text to. |
txt |
|
paragraph.class |
CSS class definition of the paragraph. This must be either
|
The modified report, invisibly.
Yassen Assenov
Report
for other functions adding contents to an HTML report
1 2 3 4 | report <- createReport("example.html", "Example", init.configuration = TRUE)
txt <- "A pessimist is a person who has had to listen to too many optimists."
txt <- c(txt, " <i>Don Marquis</i>")
rnb.add.paragraph(report, txt)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.