r2: Create Excel secondary row style.

View source: R/openxlsx-functions.R

r2R Documentation

Create Excel secondary row style.

Description

Create Excel secondary row style. Depends on the openxlsx package. All arguments have default values and are optional to allow parameters to be modified.

Usage

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(s)

Ayush Noori


ayushnoori/brainstorm documentation built on April 14, 2025, 4:12 p.m.