mkdTitle-easyreporting-method: mkdTitle

Description Usage Arguments Value Examples

Description

Inserts an rmarkdown title inside the report.

Usage

1
2
## S4 method for signature 'easyreporting'
mkdTitle(object, title, level = 1)

Arguments

object

an easyreporting class object

title

a string within the title.

level

a numeric from 1 to 6 (default is 1).

Value

none

Examples

1
2
3
4
5
rd <- easyreporting(filenamePath="./project_report",
                        title="example_report", author=c("It's me"))

mkdTitle(rd, "First Level Title")
mkdTitle(rd, "Sub-Title", level=2)

easyreporting documentation built on Nov. 8, 2020, 8:01 p.m.