is_pdfminer_installed: Check if pdfminer is Installed
Usage
is_pdfminer_installed(
method = c("csv", "sqlite", "PythonInR"),
pyexe = "python3"
)
Arguments
method
a character string giving the data transfer method. Allowed values
are "csv"
(default), "sqlite"
and "PythonInR"
.
pyexe
a character string giving the path to the python executable
(default is "python3"
). Only used when method
is
"csv"
or "sqlite"
.
Value
Returns TRUE
if pdfminer is installed.
Examples
Run this code# NOT RUN {
is_pdfminer_installed()
# }
Run the code above in your browser using DataLab