View source: R/pdimg_set_path.R
pdimg_set_path | R Documentation |
Set the path to your pdfimages
pdimg_set_path(path = "pdimages")
path |
(character) path to pdimages. required |
path
is set on an internal (not exported) package environmenzt
variable pdimages_path
You can also set the path for pdfimages before starting R with an
env var like:
PDFIMAGER_PATH=C:/some/path/to/poppler/24/bin/pdfimages.exe R
Or set within R like: Sys.setenv(PDFIMAGER_PATH="C:/some/path/to/poppler/24/bin/pdfimages.exe")
nothing, cat()
to console
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.