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