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