ListCondaEnvironments: List Conda environments.

list_CondaEnvR Documentation

List Conda environments.

Description

List Conda environments

Usage

list_CondaEnv(pathToMiniConda = NULL, allCondas = FALSE, env = NULL)

Arguments

pathToMiniConda

NULL Path to miniconda installation

allCondas

Logical. Whether to return conda environments, for all discoverable conda installs, or just the conda specified in pathToMiniConda.

env

Environment name. If this is supplied to list_CondaEnv, it will query whether that environment is present in the given conda.

Value

Conda environment names and the file paths to their conda installation are printed to the screen. If environment name is supplied a TRUE/FALSE will be returned depending on whether that environment is present or not.

Author(s)

Matt Paul

Examples

condaPaths <- install_CondaTools("salmon", "herper_env")
list_CondaEnv()
list_CondaEnv( env = "herper_env")

RockefellerUniversity/Herper documentation built on Feb. 19, 2024, 7:29 p.m.