Learn R Programming

spup (version 1.4-0)

render.template: Render method for "template" class.

Description

Rendering is the process of replacing the tags in moustaches by text.

Usage

# S3 method for template
render(x, ...)

Value

Rendered template file.

Arguments

x

an object of class "template", a model input file with additional extension ".template".

...

additional parameters.

Author

Dennis Walvoort