| compile {easyreporting} | R Documentation |
prints the sessionInfo and compiles the produced rmarkdown file into an HTML report.
compile(object)
object |
an easyreporting class object |
none
rd <- easyreporting(filenamePath="./project_report", title="example_report",
author=c("It's me"))
compile(rd)