check_python_modules_available {GeneSelectR} | R Documentation |
Checks if the specified Python modules are available and returns TRUE if all are available, otherwise returns FALSE.
check_python_modules_available(module_names)
module_names |
Character vector of Python module names to check. |
Logical TRUE if all modules are available, FALSE otherwise.