excel_styles | R Documentation |
excel_styles
creates a series of styles used across the package and provides
a way to modify them to increase the performance of the styling functions.
excel_styles( billion = NULL, style_category = NULL, type_data = NULL, fontName = "Calibri", billion_fgFill = NULL, hide = FALSE, ... )
billion |
Billion to be used for billion styling when relevant: either "hep", "hpop", "uhc", or NULL when no billion to be applied. |
style_category |
category of style to be used. Can be either:
|
type_data |
type of data. Can be either "date", "numeric", or "integer". |
fontName |
character name with the name of the font to use. |
billion_fgFill |
character with the type of billion color to be used. Passed
to |
hide |
bolean. Set fontColor to white and hidden to TRUE in |
... |
additional parameters to be passed to |
createStyle
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.