Learn R Programming

arete (version 0.1)

install_OCR_packages: Update OCR dependencies

Description

Install python dependencies needed to run the optional OCR utilities in arete.

Usage

install_OCR_packages(envname = "arete", verbose = TRUE, ...)

Value

NULL. If any packages failed to install, a character listing which.

Arguments

envname

character. Name or path to the Python virtual environment being used for arete.

verbose

logical. Determines if output should be printed.

...

Other parameters to pass to the installation function as per the documentation of py_install

See Also

arete_setup

Examples

Run this code
if (FALSE) {
install_OCR_packages("./path/to/venv")
}

Run the code above in your browser using DataLab