extract_notes: Extract Notes from Slides
Description
Extract Notes from Slides
Usage
extract_notes(notes, sld_num, inslides = TRUE)
Arguments
notes
A list of the xml code with all the notes for all slides
(e.g., the results of import_notes_xml
)
sld_num
Numeric. The specific slide number to pull the notes from
inslides
Logical. Should the notes be embedded in the slides?
Defaults to TRUE
.