convert data to pptx file
data2office(data, preprocessing = "", path = NULL, filename = "Report",
format = "pptx", width = 7, height = 5, units = "in", res = 300,
rawDataName = NULL, rawDataFile = "rawData.RDS", vanilla = FALSE,
echo = FALSE, landscape = FALSE, showself = FALSE)
A document object
A string
A name of destination file path
File name
desired format. choices are "pptx" or "docx"
the width of the device.
the height of the device.
The units in which height and width are given. Can be px (pixels, the default), in (inches), cm or mm.
The nominal resolution in ppi which will be recorded in the bitmap file, if a positive integer. Also used for units other than the default, and to convert points to pixels.
raw Data Name
raw Data File
logical. Whether or not make vanilla table
logical Whether or not show R code
Logical. Whether or not make a landscape section.
Logical. Whether or not show R code for the paragraph