if (FALSE) {
# 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"
}
Run the code above in your browser using DataLab