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 "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

is_pdfminer_installed()

[Package pdfminer version 1.0 Index]