createCondaEnv | R Documentation |
Creates the conda environment for the specified SyncroSim package(s).
createCondaEnv(pkgs, session = NULL)
## S4 method for signature 'ANY,character'
createCondaEnv(pkgs, session = NULL)
## S4 method for signature 'ANY,missingOrNULL'
createCondaEnv(pkgs, session = NULL)
## S4 method for signature 'ANY,Session'
createCondaEnv(pkgs, session = NULL)
pkgs |
character or list of characters. |
session |
|
Invisibly returns TRUE
upon success (i.e.successful creation of the
conda environment(s)) or FALSE
upon failure.
## Not run:
# Set up a SyncroSim Session
mySession <- session()
# Create the conda environment for helloworldConda package
condaFilepath(pkgs = "helloworldConda", mySession)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.