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.