py_available | R Documentation |
Check if Python is available on this system
py_available(initialize = FALSE)
py_numpy_available(initialize = FALSE)
initialize |
|
Logical indicating whether Python is initialized.
The py_numpy_available
function is a superset of the
py_available
function (it calls py_available
first before
checking for NumPy).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.