print.rpptx
From officer v0.3.14
by David Gohel
write a 'PowerPoint' file.
write a 'PowerPoint' file.
Usage
# S3 method for rpptx
print(x, target = NULL, ...)
Arguments
- x
an rpptx object
- target
path to the pptx file to write
- ...
unused
See Also
Examples
# NOT RUN {
# write a rdocx object in a docx file ----
file <- tempfile(fileext = ".pptx")
doc <- read_pptx()
print(doc, target = file)
# }
Community examples
Looks like there are no examples yet.