| data2office {rrtable} | R Documentation | 
convert data to pptx file
Description
convert data to pptx file
Usage
data2office(
  data,
  preprocessing = "",
  path = ".",
  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,
  out = NULL
)
Arguments
data | 
 A document object  | 
preprocessing | 
 A string  | 
path | 
 A name of destination file path  | 
filename | 
 File name  | 
format | 
 desired format. choices are "pptx" or "docx"  | 
width | 
 the width of the device.  | 
height | 
 the height of the device.  | 
units | 
 The units in which height and width are given. Can be px (pixels, the default), in (inches), cm or mm.  | 
res | 
 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.  | 
rawDataName | 
 raw Data Name  | 
rawDataFile | 
 raw Data File  | 
vanilla | 
 logical. Whether or not make vanilla table  | 
echo | 
 logical Whether or not show R code  | 
landscape | 
 Logical. Whether or not make a landscape section.  | 
showself | 
 Logical. Whether or not show R code for the paragraph  | 
out | 
 An object or NULL  | 
[Package rrtable version 0.3.0 Index]