is_pdfminer_installed {pdfminer} | R Documentation |
Check if pdfminer is Installed
Description
The function
Usage
is_pdfminer_installed(
method = c("csv", "sqlite", "PythonInR"),
pyexe = "python3"
)
Arguments
method |
a character string giving the data transfer method. Allowed values
are |
pyexe |
a character string giving the path to the python executable
(default is |
Value
Returns TRUE
if pdfminer is installed.
Examples
is_pdfminer_installed()
[Package pdfminer version 1.0 Index]