dynamicTemplate2: Replace placeholder variables in a HTML document string, after reading the file into R.
Description
Replace placeholder variables in a HTML document string, after reading the file into R.
Usage
dynamicTemplate2(file, replacements = c())
Value
A string of HTML with placeholder values replaced.
Arguments
file
Filepath of the HTML file with placeholder variables that need to be replaced.
replacements
A named vector or named list. Names should match a template variable acting as a placeholder in a HTML document string
and values should be the text to replace the placeholders with.