Export a yaml file from a conda environment.
Name of the conda environment to export.
Path to write yaml file to.
The path to a conda executable. Use "auto" to allow
reticulate to automatically find an appropriate conda binary.
See Finding Conda and conda_binary() for more details.
Print messages.
Additional arguments passed to conda_create.
Other conda:
activate_env(),
find_env_rlib(),
install_conda(),
yaml_to_env()
path <- echoconda::env_to_yaml(conda_env="base")
#> echoconda:: Conda already installed.
#> Exporting environment base as yaml file.
#> * Environment 'base' exported to '/tmp/Rtmpzp1Wh9/conda.yml'.