compile {easyreporting}R Documentation

compile

Description

prints the sessionInfo and compiles the produced rmarkdown file into an HTML report.

Usage

compile(object)

Arguments

object

an easyreporting class object

Value

none

Examples

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

## End(Not run)

[Package easyreporting version 1.4.0 Index]