file2pptx2 {rrtable} | R Documentation |
read data file and make a pptx file with Rmd file
file2pptx2(file, selected = NULL, ...)
file |
The name of the file which the data are to be read from. |
selected |
A numeric vector or NULL(default). If specified, only selected data are printed. |
... |
Further argument to be passed to data2pptx() |