powered by
reload_model() Reloads the model
reload_model()
reload_model(o)
is the ipysd S3 object
ipysd object
# NOT RUN { target <- system.file("models/vensim", "Population.mdl", package = "pysd2r") py <- pysd_connect() py <- read_vensim(py, target) set_time_values(py,0,10,0.5) py<-reload_model(py) # }
Run the code above in your browser using DataLab