Description Usage Arguments Value Examples
It appends a a titled section followed by a general message to the report. Useful for adding natural language comments.
1 2 | ## S4 method for signature 'easyreporting'
mkdGeneralTitledMsg(object, title = NULL, level = 1, message)
|
object |
an easyreporting class object |
title |
the optional title to give to the message section |
level |
the level (1 to 6) of the title (default is 1) |
message |
the message to append to the report |
none
1 2 3 4 5 6 7 | ## Not run:
rd <- easyreporting(filenamePath="./project_report",
title="example_report", author=c("It's me"))
mkdGeneralTitledMsg(rd, title="Generic SubTitle for this message", level=2,
message="Writing a paragraph to describe my code chunk")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.