createHeaderStyles | R Documentation |
A wrapper around openxlsx::createStyle()
.
Each arguments of this functions automatically recycled.
createHeaderStyles(
n = 1,
fgFills = NULL,
halign = "center",
valign = "center",
textDecoration = "Bold",
border = "TopBottomLeftRight",
...
)
n |
Number of header styles to generate |
fgFills |
foreground fills. If |
halign |
Horizontal alignment of cell contents |
valign |
A name Vertical alignment of cell contents |
textDecoration |
Text styling. |
border |
Cell border. A vector of "top", "bottom", "left", "right" or a single string). |
... |
args passed to |
A list of S4 Style
object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.