powered by
Preview Slide as Image
view_slide(presentation_id, page, size = "MEDIUM", viewer = TRUE)
A character string of the file path to the saved image and opens the image in the viewer or browser if viewer = TRUE.
viewer = TRUE
character, the presentation id
character, the page number or id
character, the size of the image. One of "SMALL", "MEDIUM", "LARGE"
logical, if TRUE opens the image in the viewer
if (FALSE) { # interactive() s <- choose_slides() tmp_image <- view_slide(s, 1) file.remove(tmp_image) }
Run the code above in your browser using DataLab