code | R Documentation |
This function is currently not exported, so be sure to call it with
mrgsolve:::code(...)
.
code(x)
x |
a model object. |
A character vector of model code.
mod <- mrgsolve::house()
mrgsolve:::code(mod)
# Alternative
as.list(mod)$code
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.