View source: R/skip_if_no_modules.R
check_python_modules_available | 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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.