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
6
7
8
## Not run: 
rd <- easyreporting(filenamePath="./project_report",
                        title="example_report", author=c("It's me"))

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

## End(Not run)

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