render | R Documentation |
Render a model to a document
render(x, ...)
## S4 method for signature 'character'
render(x, project = NULL, ...)
## S4 method for signature 'mrgmod'
render(x, ...)
dorender(model, project, template = NULL, compile = TRUE, ...)
x |
model object or the model name |
... |
passed to |
project |
the directory containing the |
model |
model name |
template |
template document |
compile |
logical; if true, the model will be compiled to run |
## Not run:
mod <- mrgsolve::house()
mrgsolve:::render(mod)
mrgsolve:::render("irm2", modlib())
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.