print.rpptx | R Documentation |
Write a 'PowerPoint' file
with an object of class 'rpptx' (created with
read_pptx()
).
## S3 method for class 'rpptx'
print(x, target = NULL, ...)
x |
an rpptx object |
target |
path to the pptx file to write |
... |
unused |
read_pptx
# write a rdocx object in a pptx file ----
file <- tempfile(fileext = ".pptx")
doc <- read_pptx()
print(doc, target = file)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.