Description Usage Arguments Value Author(s) Examples
Fills template HTML with given parameters.
1 | concerto.template.fillHTML(html, params = list())
|
html |
HTML template. |
params |
Named list with parameters. |
HTML with inserted parameters.
Przemyslaw Lis
1 2 3 4 5 | ## Not run:
html <- "<html><body>Inserted variable: param1 </body></html>"
html <- concerto.template.fillHTML(html, list(param1 = "value"))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.