reload_model: Reloads the model from original mdl file

Description Usage Arguments Value Examples

View source: R/ipysd.R

Description

reload_model() Reloads the model

Usage

1

Arguments

o

is the ipysd S3 object

Value

ipysd object

Examples

1
2
3
4
5
6
7
8
## 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)

## End(Not run)

pysd2r documentation built on May 2, 2019, 3:40 p.m.