render.template {spup} | R Documentation |
Render method for "template" class.
Description
Rendering is the process of replacing the tags in moustaches by text.
Usage
## S3 method for class 'template'
render(x, ...)
Arguments
x |
an object of class "template", a model input file with additional extension ".template". |
... |
additional parameters. |
Value
Rendered template file.
Author(s)
Dennis Walvoort
[Package spup version 1.4-0 Index]