check_venv: Check Whether Virtual 'python' Environment Exists

View source: R/check_venv.R

check_venvR Documentation

Check Whether Virtual 'python' Environment Exists

Description

Checks whether virtual 'python' environment of a given name exists an returns TRUE if it does.

Usage

check_venv(env_name = "r-lionfish")

Arguments

env_name

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

Value

boolean

Examples

check_venv(env_name="r-lionfish")

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