ReporteRs (version 0.7.0)

print.pptx: print informations about an object of class pptx.

Description

print informations about an object of class pptx.

Usage

## S3 method for class 'pptx':
print(x, ...)

Arguments

x
an object of class pptx
...
further arguments, not used.

See Also

pptx, print

Examples

Run this code
# Create a new document
doc = pptx( title = "title" )
print( doc )

Run the code above in your browser using DataCamp Workspace