getBinaries | R Documentation |
Get binary paths
getCondaBinary(loc)
getPythonBinary(loc)
loc |
String containing the path to the root of a conda instance or environment. |
This code is largely copied from reticulate, and is only present here as they do not export these utilities for general consumption.
String containing the path to the conda or Python executable inside loc
.
If loc
is not supplied, the relative path from the root of the environment is returned.
Aaron Lun
getCondaBinary()
getPythonBinary()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.