Learn R Programming

BioInstaller (version 0.3.7)

conda: Wrapper function of conda

Description

Wrapper function of conda

Usage

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

Run this code
# NOT RUN {
  conda()
# }

Run the code above in your browser using DataLab