Render a model to a document
render(x, ...) # S4 method for character render(x, project = NULL, ...) # S4 method for 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 |