pdimg_filter | R Documentation |
filter images by their metadata
pdimg_filter(x, min_size = NULL, max_size = NULL)
x |
output from |
min_size , max_size |
a file coerceable by |
same structure as pdimg_images()
x1 <- system.file("examples/Tierney2017JOSS.pdf", package="pdfimager")
x2 <- system.file("examples/vanGemert2018.pdf", package="pdfimager")
res <- pdimg_images(c(x1, x2))
res
res[[1]]$path
res[[2]]$path
pdimg_filter(x=res)
x4 <- system.file("examples/Wunderlich2020.pdf", package="pdfimager")
res <- pdimg_images(x4)
pdimg_filter(res, min_size = "100K")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.