Preview Slide as Image
Value
A character string of the file path to the saved image and
opens the image in the viewer or browser if viewer = TRUE
.
Examples
if (FALSE) { # interactive()
s <- choose_slides()
tmp_image <- view_slide(s, 1)
file.remove(tmp_image)
}