getReportFilename,easyreporting-method {easyreporting} | R Documentation |
returns the report filename with path
## S4 method for signature 'easyreporting' getReportFilename(object)
object |
an easyreporting class object |
a string of report file name with path
rd <- easyreporting(filenamePath="./project_report", title="example_report", author=c("It's me")) (rep <- getReportFilename(rd))