getReportFilename {easyreporting} | R Documentation |
returns the filename with its path of the report generated by 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))