blocks {mrgsolve} | R Documentation |
Return the code blocks from a model specification file
blocks(x, ...)
## S4 method for signature 'mrgmod'
blocks(x, ...)
## S4 method for signature 'character'
blocks(x, ...)
x |
model object or path to model specification file |
... |
passed along |
mod <- mrgsolve::house()
mod %>% blocks
mod %>% blocks(PARAM,TABLE)