check_python_modules_available: Check Python Module Availability for Examples

View source: R/skip_if_no_modules.R

check_python_modules_availableR 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.


GeneSelectR documentation built on May 29, 2024, 4:01 a.m.