BaseReport-class | R Documentation |
"BaseReport"
A ReportType defines a way of representing an R object in a different, ordered format. Several ReportTypes have been detailed in this package, including classes for HTML reports and R data packages.
Objects can be created by calls of the form new("BaseReport", ...)
. This is an abstract class that is inherited by other ReportTypes, and should not be used directly.
shortName
:A character string generally used as the filename for reports
title
:A character string that gives a longer description of what the report shows.
reportDirectory
:A file path that details where the report will be saved.
signature(object = "BaseReport")
: Get the shortName assigned to the report.
signature(object = "BaseReport")
: Get the directory where the report will be generated.
signature(object = "BaseReport", value = "character")
: Set the directory where the report will be generated.
signature(object = "BaseReport")
: ...
signature(main = "BaseReport")
: Return the title of the report
signature(object = "BaseReport", value = "character")
: Set the title of the report.
signature(object = "BaseReport")
: Get the filesystem location of the report.
HTMLReport
DataPackage
CSVFile
showClass("BaseReport")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.