installConda | R Documentation |
This function installs Miniconda to the default installation path
within the SyncroSim installation folder. If you already have Conda
installed in the non-default location, you can point SyncroSim towards
that installation using the condaFilepath
function.
installConda(session) ## S4 method for signature 'character' installConda(session) ## S4 method for signature 'missingOrNULL' installConda(session) ## S4 method for signature 'Session' installConda(session)
session |
|
Invisibly returns TRUE
upon success (i.e.successful
install) and FALSE
upon failure.
## Not run: # Install Conda for the default SyncroSim session installConda() ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.