is_pdfminer_installed: Check if 'pdfminer' is Installed

Description Usage Arguments Value Examples

View source: R/auxiliary.R

Description

The function

Usage

1
2
3
4
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

1

pdfminer documentation built on July 2, 2020, 2:36 a.m.