Learn R Programming

pysd2r (version 0.1.0)

get_doc: 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

Run this code
# NOT RUN {
target <- system.file("models/vensim", "Population.mdl", package = "pysd2r")
py <- pysd_connect()
py <- read_vensim(py, target)
mdoc <- get_doc(py)
# }

Run the code above in your browser using DataLab