Learn R Programming

slickR (version 0.5.0)

slickpdf: slickpdf lifecycle::badge("deprecated")

Description

convert multiple pdfs or a multipage pdf to a slick carousel

Usage

slickpdf(obj, obj2 = NULL, synch = TRUE, img_format = "png", ...)

Value

slick

Arguments

obj

character, path to pdf(s)

obj2

character, path to pdf(s) to compare to obj, Default: NULL

synch

boolean, if TRUE then obj and obj2 images are synchronized, Default: TRUE

img_format

format of image to convert to, Default: 'png'

...

arguments passed to slickR

Details

This function has been replaced with the example in the PDF vignette.