create_env | R Documentation |
Create conda env using one of several methods.
create_env(
conda_env,
yaml_path,
method = c("basilisk", "reticulate", "cli"),
conda = "auto",
force_new = FALSE,
verbose = TRUE,
...
)
yaml_path |
Path to local or remote yaml file with conda build specifications. |
method |
Method to use to create the conda env:
|
conda |
The path to a |
force_new |
If the conda env already exists,
overwrite it with a new one (DEFAULT: |
verbose |
Print messages. |
... |
Additional arguments passed to method-specific conda env build functions:
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.