conda: Wrapper function of conda

Description Usage Arguments Examples

View source: R/conda.R

Description

Wrapper function of conda

Usage

1
2
conda(suffix_params = "", prefix_params = "",
  conda = Sys.which("conda"), ...)

Arguments

suffix_params

Command line parameters of conda

prefix_params

Command line parameters of conda

conda

Default is Sys.which('conda')

...

Parameters pass to 'system'

Examples

1
2
3
4
## Not run: 
  conda()

## End(Not run)

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