render.template {spup} | R Documentation |
Rendering is the process of replacing the tags in moustaches by text.
## S3 method for class 'template'
render(x, ...)
x |
an object of class "template", a model input file with additional extension ".template". |
... |
additional parameters. |
Rendered template file.
Dennis Walvoort