CSVFile-class: Class '"CSVFile"'

Description Objects from the Class Slots Extends Methods Examples

Description

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 the Class

Objects from this class...

Slots

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.

Extends

Class "BaseReport", directly.

Methods

filename

The name of the csv file, including extension

name<-

Set the name of the CSVFile object

Examples

1
showClass("CSVFile")

ReportingTools documentation built on March 10, 2021, 2 a.m.