gs_upload_pptx: Convert PPTX to Google Slides (and then PDF)

Description Usage Arguments Value Examples

View source: R/gs_upload_pptx_to_pdf.R

Description

Convert PPTX to Google Slides (and then PDF)

Usage

1
2
3
gs_upload_pptx(path, name = NULL, verbose = TRUE)

gs_pptx_to_pdf(path, name = NULL, trash = TRUE, verbose = TRUE)

Arguments

path

Path of PPTX file name

name

name of PPTX, if different than base name of path.

verbose

print diagnostic messages

trash

should the Google Slide be trashed after downloading the PDF?

Value

A Google Slide ID or a path to a PDF file

Examples

1
2
3
4
5
path = system.file(
"extdata", "example.pptx", package = "didactr")
if (is_didactr_authorized()) {
pdf = pptx_to_pdf(path)
}

muschellij2/didactr documentation built on March 17, 2021, 12:45 p.m.