compile,easyreporting-method {easyreporting}R Documentation

compile

Description

prints the sessionInfo and compiles the rmarkdown file

Usage

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

Arguments

object

an easyreporting class object

Value

none

Examples

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


[Package easyreporting version 1.0.0 Index]