check_python_modules_available {GeneSelectR}R Documentation

Check Python Module Availability for Examples

Description

Checks if the specified Python modules are available and returns TRUE if all are available, otherwise returns FALSE.

Usage

check_python_modules_available(module_names)

Arguments

module_names

Character vector of Python module names to check.

Value

Logical TRUE if all modules are available, FALSE otherwise.


[Package GeneSelectR version 1.0.1 Index]