filename-methods {ReportingTools} | R Documentation |
These methods return the filename for a report, for report types where a single file is produced.
signature(object = "CSVFile")
Return the file name of the CSVFile. This is generated by adding '.csv' to the shortName of the report.
signature(object = "HTMLReport")
Return the file name of the HTMLReport. This is generated by adding '.html' to the shortName of the report.