getReportFilename {easyreporting}R Documentation

getReportFilename

Description

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

Usage

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]