compile-easyreporting-method: compile

Description Usage Arguments Value Examples

Description

prints the sessionInfo and compiles the rmarkdown file

Usage

1
2
## S4 method for signature 'easyreporting'
compile(object)

Arguments

object

an easyreporting class object

Value

none

Examples

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

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