mkdGeneralMsg,easyreporting-method {easyreporting} | R Documentation |
It appends a general message to the report. Useful for adding natural language comments.
## S4 method for signature 'easyreporting' mkdGeneralMsg(object, message)
object |
an easyreporting class object |
message |
the message to append to the report |
none
## Not run: rd <- easyreporting(filenamePath="./project_report", title="example_report", author=c("It's me")) mkdGeneralMsg(rd, "Writing a paragraph to describe my code chunk") ## End(Not run)