Internal translation to get model variables list
rxode2parse(
model,
linear = FALSE,
linCmtSens = c("linCmtA", "linCmtB", "linCmtC"),
verbose = FALSE,
code = NULL,
envir = parent.frame()
)
Model (either file name or string)
boolean indicating if linear compartment model should
be generated from linCmt()
(default FALSE)
Linear compartment model sensitivity type
is a boolean indicating the type of model detected
with linCmt()
parsing
is a file name where the c code is written to (for
testing purposes mostly, it needs rxode2
to do anything fancy)
is the environment to look for R user functions (defaults to parent environment)
A rxModelVars object that has the model variables of a rxode2 syntax expression
rxode2parse("a=3")
#>
#> rxode2 model variables (see str to see all variables)
#> $params: a