condaFilepath | R Documentation |
Gets or sets the path to the Conda installation folder. Can be used to direct SyncroSim to a custom Conda installation.
condaFilepath(session)
## S4 method for signature 'Session'
condaFilepath(session)
## S4 method for signature 'missingOrNULLOrChar'
condaFilepath(session)
condaFilepath(session) <- value
## S4 replacement method for signature 'character'
condaFilepath(session) <- value
## S4 replacement method for signature 'Session'
condaFilepath(session) <- value
session |
|
value |
character. If empty, then returns the current Conda installation path |
A character: the currently set filepath of the Conda installation folder.
## Not run:
# Set up a SyncroSim Session
mySession <- session()
# Retrieve Conda installation path for the SyncroSim Session
condaFilepath(mySession)
# Set the Conda installation path for the SyncroSim Session
condaFilepath(mySession) <- "C:/miniconda3"
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.