filename-methods:
Methods for getting the name of a file for a CSVFile or HTMLReport.
Description
These methods return the filename for a report, for report types where a single file is produced.
Methods
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.