Write Out the xaringan RMD File
write_rmd(
xml_folder,
rmd,
slds,
rels,
title_sld,
author,
title,
sub,
date,
theme,
highlightStyle
)
The folder containing all of the xml code from the pptx
String. Name of the R Markdown file to be written out.
The xml code for all slides, i.e., the output from
import_slide_xml
.
The rel xml code for all slides, i.e., the output from
import_rel_xml
.
The xml code for the title slide in the pptx.
Optional string indicating the author or authors of the slide. Defaults to the listed creator of the pptx.Multiple authors can be provided with a string vector.
Optional title of the slide deck. Defaults to the title of the first slide in the deck.
Optional subtitle
The date the slides were produced. Defaults to current date.
The css theme to apply to the xaringan slides. For options, see
here.
Note that only the name of the theme needs to be applied
(e.g., theme = "metropolis"
) and the proper code will be applied to
load both the theme and the fonts, although this can easily be manually
manipulated after conversion if you want other fonts with a specific theme.
The code highlighting style. Defaults to
"github"
flavored highlighting