env_to_yaml | R Documentation |
Export a yaml file from a conda environment.
env_to_yaml(
conda_env,
yaml_path = file.path(tempdir(), "conda.yml"),
conda = "auto",
method = c("reticulate", "basilisk"),
verbose = TRUE,
...
)
conda_env |
Name of the conda environment to export. |
yaml_path |
Path to write yaml file to. |
conda |
The path to a |
method |
Method to use:
|
verbose |
Print messages. |
... |
Additional arguments passed to conda_create. |
Other conda:
activate_env()
,
find_env_rlib()
,
yaml_to_env()
path <- env_to_yaml(conda_env="base")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.