Learn R Programming

rrtable (version 0.1.0)

add_title_slide: Add title slide

Description

Add title slide

Usage

add_title_slide(mydoc, title = "", subtitle = "")

Arguments

mydoc

A document object

title

An character string as a title

subtitle

An character string as a subtitle

Examples

Run this code
# NOT RUN {
require(magrittr)
require(officer)
read_pptx() %>% add_title_slide(title="Web-based analysis with R")
# }

Run the code above in your browser using DataLab