check_conda_env: Check Whether 'anaconda' Environment Exists

View source: R/check_conda_env.R

check_conda_envR Documentation

Check Whether 'anaconda' Environment Exists

Description

Checks if 'anaconda' environment of the given name is installed and returns TRUE if so.

Usage

check_conda_env(env_name = "r-lionfish")

Arguments

env_name

a string that defines the name of the 'anaconda' environment reticulate uses.

Value

boolean

Examples

check_conda_env(env_name="r-lionfish")

lionfish documentation built on April 4, 2025, 2:19 a.m.