pysd_connect {pysd2r}R Documentation

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()

Details

Link to pysd

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

Value

An S3 object of class ipysd

Examples

## Not run: 
py pysd_connect()

## End(Not run)

[Package pysd2r version 0.1.0 Index]