Learn R Programming

reticulate (version 1.18)

py_module_available: Check if a Python module is available on this system.

Description

Check if a Python module is available on this system.

Usage

py_module_available(module)

Arguments

module

The name of the module.

Value

TRUE if the module is available and can be loaded; FALSE otherwise.