Learn R Programming

DescTools (version 0.99.6)

GetNewPP: Create a new PowerPoint Instance

Description

Start a new instance of PowerPoint and return its handle. A new presentation with one empty slide will be created. The handle is needed for addressing the presentation afterwards.

Usage

GetNewPP(visible = TRUE, template = "Normal")

Arguments

visible
logical, should PowerPoint made visible? Defaults to TRUE.
template
the name of the template to be used for creating a new presentation.

Value

  • a handle (pointer) to the created PowerPoint instance.

See Also

GetNewXL, GetNewWrd, PpPlot

Examples

Run this code
# Windows-specific example
# get a handle to a new PowerPoint instance
# (this will be used further to export R-Objects to PowerPoint)
pp <- GetNewPP()

Run the code above in your browser using DataLab