easyreporting-class: easyreporting

Description Usage Arguments Value Slots Examples

Description

An S4 class for managing rmarkdown report. Each instance describes an rmarkdown file.

Usage

1
easyreporting(filenamePath, title, author, optionList = NULL)

Arguments

filenamePath

the path with the name of the rmarkdown.

title

the title of the report section.

author

the author of the report.

optionList

a list of options for the general rmarkdown document.

Value

an S4 easyreporting class instance

Slots

filenamePath

the path with the name of the rmarkdown.

title

the title of the report section.

author

the author of the report.

documentType

the type of the final document (fixed to "html").

optionList

a list of options for the general rmarkdown document.

Examples

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

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