write a 'PowerPoint' file.
write a 'PowerPoint' file.
## S3 method for class 'rpptx' print(x, target = NULL, ...)
x |
an rpptx object |
target |
path to the pptx file to write |
... |
unused |
# write a rdocx object in a docx file ---- file <- tempfile(fileext = ".pptx") doc <- read_pptx() print(doc, target = file)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.