findTemplateVars {webdeveloper} | R Documentation |
Find the names of any placeholder variables that exist in a HTML document string.
findTemplateVars(x)
x |
HTML string to check for placeholder. |
A vector of the names of template vars found in the HTML string.
findTemplateVars(x = html(body(templateVar("body_var"))))