Learn R Programming

spup (version 1.2-1)

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, ...)

Arguments

x

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

...

additional parameters.

Value

Rendered template file.