condaFilepath {rsyncrosim} | R Documentation |
Path to Conda installation folder
Description
Gets or sets the path to the Conda installation folder. Can be used to direct SyncroSim to a custom Conda installation.
Usage
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
Arguments
session |
|
value |
character. If empty, then returns the current Conda installation path |
Value
A character: the currently set filepath of the Conda installation folder.
Examples
## 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)
[Package rsyncrosim version 1.5.0 Index]