getReportFilename-easyreporting-method: getReportFilename

Description Usage Arguments Value Examples

Description

returns the report filename with path

Usage

1
2
## S4 method for signature 'easyreporting'
getReportFilename(object)

Arguments

object

an easyreporting class object

Value

a string of report file name with path

Examples

1
2
3
rd <- easyreporting(filenamePath="./project_report",
                        title="example_report", author=c("It's me"))
(rep <- getReportFilename(rd))

easyreporting documentation built on Nov. 8, 2020, 8:01 p.m.