blocks | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.