mkdGeneralMsg-easyreporting-method: mkdGeneralMsg

Description Usage Arguments Value Examples

Description

It appends a general message to the report. Useful for adding natural language comments.

Usage

1
2
## S4 method for signature 'easyreporting'
mkdGeneralMsg(object, message)

Arguments

object

an easyreporting class object

message

the message to append to the report

Value

none

Examples

1
2
3
4
5
6
## 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)

drighelli/easyreporting documentation built on March 22, 2021, 9:12 p.m.