Learn R Programming

r2pptx (version 0.1.0)

write_pptx: Write pptx

Description

Write an object to a `.pptx` file.

Usage

write_pptx(x, path)

# S4 method for R2PptxPresentation write_pptx(x, path)

Arguments

x

object

path

character. File path to write to.

Value

Returns the R2PptxPresentation object given to the function.

Methods (by class)

  • R2PptxPresentation: Write a presentation to a `.pptx` file