get_doc {pysd2r} | R Documentation |
Formats a table of variable names
Description
get_doc()
Get mode variable names
Usage
get_doc(o)
Arguments
o |
is the ipysd S3 object |
Value
tibble
Examples
## 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)
[Package pysd2r version 0.1.0 Index]