mkdGeneralTitledMsg {easyreporting}R Documentation

mkdGeneralTitledMsg

Description

It appends a a titled section followed by a general message to the report. Useful for adding natural language comments.

Usage

mkdGeneralTitledMsg(object, title = NULL, level = 1, message)

Arguments

object

an easyreporting class object

title

the title of the report section.

level

the level (1 to 6) of the title (default is 1)

message

the message to append to the report

Value

none

Examples

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")

[Package easyreporting version 1.0.0 Index]