html_template {tokenbrowser} | R Documentation |
create the html template
Description
create the html template
Usage
html_template(template, css_str = NULL, col1 = "#7D1935", col2 = "#F5F3EE")
Arguments
template |
The name of the template to be used |
css_str |
A character string, to be directly added to the css style header |
col1 |
The first style color (top bar color) |
col2 |
The second style color (background color) |
Value
A list with the html header and footer
[Package tokenbrowser version 0.1.5 Index]