Export pptxList file to desired format
exportCSV(file, format = "HTML", rawDataName = NULL,
rawDataFile = "rawData.RDS")
The name of the file which the data are to be read from.
desired output format. Possible choices are one of the c("HTML","pdf","word","pptx","plotzip")
The name of the rawData
The name of the rawData file which the data are to be read from.