get_conda_env_info: Get Conda Environment Info

View source: R/conda_support.R

get_conda_env_infoR Documentation

Get Conda Environment Info

Description

Retrieve information about tracked conda environments

Usage

get_conda_env_info(
  env_name = NULL,
  registry_file = ".capsule/conda_registry.json"
)

Arguments

env_name

Character. Specific environment name, or NULL for all

registry_file

Character. Path to conda registry

Value

List of environment information


Capsule documentation built on Nov. 11, 2025, 5:14 p.m.