View source: R/add_title_slide.R
add_title_slide | R Documentation |
Add title slide
add_title_slide(mydoc, title = "", subtitle = "")
mydoc |
A document object |
title |
An character string as a title |
subtitle |
An character string as a subtitle |
require(magrittr) require(officer) read_pptx() %>% add_title_slide(title="Web-based analysis with R")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.