mkdTitle {easyreporting}R Documentation

mkdTitle

Description

Inserts an rmarkdown title inside the report, useful for create distinct sections inside the final resport.

Usage

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

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

[Package easyreporting version 1.5.0 Index]