formatHtml | R Documentation |
Retreives HTML text, binds parameters to the text
formatHtml(
html_file_name,
params = NULL,
html_dir = "html_templates",
package_name = packageName(parent.frame())
)
html_file_name |
The name of of the file with HTML to load |
params |
List of named parameters to bind to the HTML text |
html_dir |
The directory that stores all the HTML tempalte documents (defaults to "html") |
package_name |
The package name to load sql file from, defaults to the current package name |
An html text statement
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.