getReportFilename,easyreporting-method {easyreporting}R Documentation

getReportFilename

Description

returns the report filename with path

Usage

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

Arguments

object

an easyreporting class object

Value

a string of report file name with path

Examples

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

[Package easyreporting version 1.2.0 Index]