View source: R/pythonInterface.R
okPython | R Documentation |
The function returns true or false according to whether a Python interface can be established. This will fail if no Python exists, if it is incompatible with this version of XRPython (e.g., 32 vs 64 bits in Windows), or if for some reason it can't evaluate a trivial expression correctly. Warnings are printed but ignored.
okPython(verbose = FALSE)
verbose |
Should a message with the cause of a failure be reported? Default |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.