mkdGeneralMsg {easyreporting}R Documentation

mkdGeneralMsg

Description

It appends a general message to the report, useful for describing a code chunk or a part of the report. Useful for adding natural language comments.

Usage

mkdGeneralMsg(object, message)

Arguments

object

an easyreporting class object

message

the message to append to the report

Value

none

Examples

rd <- easyreporting(filenamePath="./project_report",
                        title="example_report", author=c("It's me"))
mkdGeneralMsg(rd, message="Writing a paragraph to describe my code chunk")

[Package easyreporting version 1.2.0 Index]