pptx_notes: Get Notes from a PowerPoint (usually from Google Slides)

View source: R/pptx_notes.R

pptx_notesR Documentation

Get Notes from a PowerPoint (usually from Google Slides)

Description

Get Notes from a PowerPoint (usually from Google Slides)

Usage

pptx_notes(file, ...)

pptx_slide_text_df(file, ...)

pptx_slide_note_df(file, ...)

unzip_pptx(file)

Arguments

file

Character. Path for PPTX file

...

additional arguments to pass to xml_notes, particularly xpath

Value

Either a character vector or NULL

Examples

ex_file = system.file("extdata", "example.pptx",
package = "ariExtra")
pptx_notes(ex_file)
pptx_slide_note_df(ex_file)
pptx_slide_text_df(ex_file)

jhudsl/ariExtra documentation built on April 29, 2023, 8:03 p.m.