powered by
run_model() calls run in pysd and returns all the simulation output in tidy data format (tibble)
run_model()
run
run_model(o)
is the ipysd S3 object
tibble containing the simulation results
As it's a generic function, this call is dispatched to run_model.isdpy
# NOT RUN { target <- system.file("models/vensim", "Population.mdl", package = "pysd2r") py <- pysd_connect() py <- read_vensim(py, target) results <- run_model(py) # }
Run the code above in your browser using DataLab