Learn R Programming

pysd2r (version 0.1.0)

pysd_connect: Creates an object to facilitate interaction with pysd

Description

pysd_connect returns a ipysd object to the calling program. This object will contain a link variable to pysd and will subsequently store a reference to the simulation model in pysd.

Usage

pysd_connect()

Arguments

Value

An S3 object of class ipysd

Details

Link to pysd

The result is used as a parameter for read_vensim() & read_xmile() functions

Examples

Run this code
# NOT RUN {
py pysd_connect()
# }

Run the code above in your browser using DataLab