Learn R Programming

rsyncrosim (version 2.0.1)

createCondaEnv: Create SyncroSim package conda environments

Description

Creates the conda environment for the specified SyncroSim package(s).

Usage

createCondaEnv(pkgs, session = NULL)

# S4 method for ANY,character createCondaEnv(pkgs, session = NULL)

# S4 method for ANY,missingOrNULL createCondaEnv(pkgs, session = NULL)

# S4 method for ANY,Session createCondaEnv(pkgs, session = NULL)

Value

Invisibly returns TRUE upon success (i.e.successful creation of the conda environment(s)) or FALSE upon failure.

Arguments

pkgs

character or list of characters.

session

Session object or character (i.e. filepath to a session). If NULL, session() will be used

Examples

Run this code
if (FALSE) {
# Set up a SyncroSim Session
mySession <- session()

# Create the conda environment for helloworldConda package
condaFilepath(pkgs = "helloworldConda", mySession)
}

Run the code above in your browser using DataLab