| exportCSV {rrtable} | R Documentation | 
Export pptxList file to desired format
Description
Export pptxList file to desired format
Usage
exportCSV(
  file,
  format = "HTML",
  rawDataName = NULL,
  rawDataFile = "rawData.RDS"
)
Arguments
file | 
 The name of the file which the data are to be read from.  | 
format | 
 desired output format. Possible choices are one of the c("HTML","pdf","word","pptx","plotzip")  | 
rawDataName | 
 The name of the rawData  | 
rawDataFile | 
 The name of the rawData file which the data are to be read from.  | 
[Package rrtable version 0.3.0 Index]