env_exists | R Documentation |
An extension of the internal function
reticulate:::condaenv_exists()
.
env_exists(
conda_env = NULL,
conda = "auto",
method = c("basilisk", "reticulate")
)
conda_env |
Name of the conda environment. |
conda |
Path to conda executable. |
method |
Method to use:
|
https://github.com/rstudio/reticulate/blob/577acd2dfd43b48720037eb0851f20e377dbb802/R/conda.R#L494
does_exist <- env_exists(conda_env = "echoR")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.