report_format: Helper function to format function reports

View source: R/report_format.R

report_formatR Documentation

Helper function to format function reports

Description

Helper function to format function reports

Usage

report_format(col = "#0000FF", name = "eenm_report_format")

Arguments

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".

Value

CSS file containing HTML formatting instructions.

Examples

# example with green color
report_format(col = "#15AB0A")

marlonecobos/ellipsenm documentation built on Oct. 18, 2023, 8:09 a.m.