conda.list: Wrapper function of 'conda list', list linked packages in a...

Description Usage Arguments Examples

View source: R/conda.R

Description

Wrapper function of 'conda list', list linked packages in a conda environment.

Usage

1
conda.list(env_name = "base", ...)

Arguments

env_name

Name of environment, default is current

...

Parameters pass to conda

Examples

1
2
3
4
5
## Not run: 
  conda.list()
  conda.list(env_name = 'your_env')

## End(Not run)

BioInstaller documentation built on May 1, 2019, 11:17 p.m.