template {spup} | R Documentation |
Constructor for class "template".
Description
Class that stores all templates with model inputs. The aim of this class is to: 1. organise model input files; 2. perform some checks.
Usage
template(filenames)
Arguments
filenames |
a string, a name of the model input file. |
Details
A template is a model input file with: 1. the additional extension '.template'. 2. input that needs to be modified is replaced by mustache-style tags.
Value
An object of a class "template".
Author(s)
Dennis Walvoort
[Package spup version 1.4-0 Index]