Description Usage Arguments Examples
View source: R/add_title_slide.R
Add title slide
1 | add_title_slide(mydoc, title = "", subtitle = "")
|
mydoc |
A document object |
title |
An character string as a title |
subtitle |
An character string as a subtitle |
1 2 3 | 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.