exportCSV: Export pptxList file to desired format

View source: R/exportCSV.R

exportCSVR 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.


rrtable documentation built on April 5, 2022, 9:08 a.m.