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