env_exist: Check if a conda environment exists

View source: R/utils.R

env_existR Documentation

Check if a conda environment exists

Description

Check if a conda environment exists

Usage

env_exist(conda = "auto", envname = NULL, envs_dir = NULL)

Arguments

conda

The path to a conda executable. Use "auto" to allow SCP to automatically find an appropriate conda binary.

envname

The name of a conda environment.

envs_dir

Directories in which conda environments are located.


zh542370159/SCP documentation built on Nov. 22, 2023, 2:34 a.m.