filename-methods | 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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.