officer (version 0.3.14)

print.rpptx: write a 'PowerPoint' file.

Description

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

read_pptx

Examples

Run this code
# NOT RUN {
# write a rdocx object in a docx file ----
file <- tempfile(fileext = ".pptx")
doc <- read_pptx()
print(doc, target = file)
# }

Run the code above in your browser using DataCamp Workspace