py_module_available | R Documentation |
Note that this function will also attempt to initialize Python before checking if the requested module is available.
py_module_available(module)
module |
The name of the module. |
TRUE
if the module is available and can be loaded;
FALSE
otherwise.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.