View source: R/report_format.R
report_format | R Documentation |
Helper function to format function reports
report_format(col = "#0000FF", name = "eenm_report_format")
col |
(character) hexadecimal code for the main color to be used in the html report. Default = "#0000FF"; blue. |
name |
(character) name of the CSS file to be written. File format does not need to be added. Default = "eenm_report_format". |
CSS file containing HTML formatting instructions.
# example with green color
report_format(col = "#15AB0A")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.