Create Excel primary row style. Depends on the openxlsx
package. All arguments have default values and are optional to allow parameters to be modified.
r1(
fill = "#FFFFFF",
color = "#363635",
font = "Arial",
size = 10,
h = "center",
v = "center",
border = "TopBottomLeftRight",
...
)
Primary row foreground fill.
Primary row font color.
Primary row font name.
Primary row font size.
Horizontal alignment of primary row contents.
Vertical alignment of primary row contents.
Primary row cell border.
Other arguments to be passed to openxlsx::createStyle()
.
openxlsx
style object.