powered by
Get Notes from a PowerPoint (usually from Google Slides)
pptx_notes(file)pptx_slide_text_df(file)pptx_slide_note_df(file)unzip_pptx(file)
pptx_slide_text_df(file)
pptx_slide_note_df(file)
unzip_pptx(file)
Character. Path for PPTX file
PPTX
Either a character vector or NULL
NULL
# NOT RUN { 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) # }
Run the code above in your browser using DataLab