does_conda_env_exists: Determine if a Conda environment exists

View source: R/does_conda_env_exists.R

does_conda_env_existsR Documentation

Determine if a Conda environment exists

Description

Determine if a Conda environment exists

Usage

does_conda_env_exists(
  ormr_folder_name = get_default_ormr_folder_name(),
  verbose = FALSE
)

Arguments

ormr_folder_name

can be either python3 or the name of the folder where ormr installs all Python environments and packages.

verbose

the verbosity of a function. Set to TRUE for more output. Use check_verbose to detect if this argument is valid.

Value

TRUE if a Conda environment exists

Author(s)

Richèl J.C. Bilderbeek

Examples

does_conda_env_exists()
does_conda_env_exists(ormr_folder_name = tempfile())

richelbilderbeek/ormr documentation built on May 23, 2022, 1:15 p.m.