template: template

Description Usage Arguments Value Examples

Description

Replaces in text the terms {{...}} by the parameters given in .... Note that if the parameters contain {{...}} then it will not be replaced recursively.

Usage

1

Arguments

text

character: text in which is replaced

...

named list of parameters for replacing

Value

character: replaced text

Examples

1
template('{{a}}+1', a='test')

sigbertklinke/shinyExample documentation built on May 26, 2019, 4:32 a.m.