get_doc: Formats a table of variable names

Description Usage Arguments Value Examples

View source: R/ipysd.R

Description

get_doc() Get mode variable names

Usage

1

Arguments

o

is the ipysd S3 object

Value

tibble

Examples

1
2
3
4
5
6
7
## Not run: 
target <- system.file("models/vensim", "Population.mdl", package = "pysd2r")
py <- pysd_connect()
py <- read_vensim(py, target)
mdoc <- get_doc(py)

## End(Not run)

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