Learn R Programming

spup (version 1.4-0)

template: 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)

Value

An object of a class "template".

Arguments

filenames

a string, a name of the model input file.

Author

Dennis Walvoort

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.