templateVar {webdeveloper} | R Documentation |
Create a string to use as a placeholder variable in a HTML document.
Description
Create a string to use as a placeholder variable in a HTML document.
Usage
templateVar(x)
Arguments
x |
Name of placeholder. |
Value
A string.
Examples
templateVar("my_dynamic_var")
[Package webdeveloper version 1.0.5 Index]