pptNew: Create new PowerPoint presentation and applies template.

Description Usage Arguments Value See Also Examples

Description

Create new PowerPoint presentation and applies template.

Usage

1
2
  pptNew(template = NULL,
    method = c("RDCOMClient", "rcom"), ...)

Arguments

template

Character string: File location and template name. If not a full file path, searches for the file in the default path for Microsoft templates. See msTemplatePath for details

...

passed to PPT.Init

method

Character string indicating connection method to COM. Currently supported options are "rcom" and "RDCOMClient"

Value

A pointer to a ppt object

See Also

Other PowerPoint: pptClose, pptNewSlide, pptOpen, pptSave

Examples

1
2
3
4
if(isCOMsupported(method="RDCOMClient")){
  library("RDCOMClient")
  ppt <- pptNew()
}

andrie/braidppt documentation built on May 10, 2019, 11:18 a.m.