if (FALSE) {
setSimulationPath("PATH/TO/STUDY/")
# or
setSimulationPathAPI(
host = "http://localhost:8080",
study_id = "6f98a393-155d-450f-a581-8668dc355235",
token = NULL,
simulation = "input"
)
# augment number of MC years
updateGeneralSettings(nbyears = 10)
# Get the actual playlist
getPlaylist()
# [1] 2 4 6
# set a new playlist
setPlaylist(c(3, 5, 7))
}
Run the code above in your browser using DataLab