# NOT RUN {
# Create a new document
doc = pptx( title = "title" )
# add a slide with layout "Title Slide"
doc = addSlide( doc, slide.layout = "Title Slide" )
doc = addTitle( doc, "Presentation title" ) #set the main title
doc = addSubtitle( doc , "This document is generated with ReporteRs.")#set the sub-title
# Write the object in file "~/presentation.pptx"
writeDoc( doc, "~/presentation.pptx" )
# }
Run the code above in your browser using DataLab