Learn R Programming

spup (version 1.2-1)

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)

Arguments

filenames

a string, a name of the model input file.

Value

An object of a class "template".

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.