getReportFilename: getReportFilename

Description Usage Arguments Value Examples

Description

returns the filename with its path of the report generated by easyreporting

Usage

1

Arguments

object

an easyreporting class object

Value

a string of report file name with path

Examples

1
2
3
4
5
6
## Not run: 
rd <- easyreporting(filenamePath="./project_report",
                        title="example_report", author=c("It's me"))
(rep <- getReportFilename(rd))

## End(Not run)

drighelli/easyreporting documentation built on March 22, 2021, 9:12 p.m.