check_python_modules_available: 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)
Value
Logical TRUE if all modules are available, FALSE otherwise.
Arguments
- module_names
Character vector of Python module names to check.