Description Objects from the Class Slots Extends Methods Examples
A CSVFile is a pointer to a comma separated value file on the file system. Publishing to a CSVFile overwrites the current contents of the given CSVFile.
Objects from this class...
shortName
:A character string used as the base of the filename. '.csv' is appended to the shortName to make the full file name.
title
:The title of the report. This doesn't appear anywhere in the output, but can be used to track the report in an R session.
reportDirectory
:A file path that details where the csv file will be saved.
Class "BaseReport"
, directly.
The name of the csv file, including extension
Set the name of the CSVFile object
1 | showClass("CSVFile")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.