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

Arguments

fill

Secondary row foreground fill.

color

Secondary row font color.

font

Secondary row font name.

size

Secondary row font size.

h

Horizontal alignment of secondary row contents.

v

Vertical alignment of secondary row contents.

border

Secondary row cell border.

...

Other arguments to be passed to openxlsx::createStyle().

Value

openxlsx style object.

Author

Ayush Noori