Description Usage Arguments Details Value Author(s) Examples
Get binary paths
1 2 3 | 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
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.