r1: Create Excel primary row style.

View source: R/openxlsx-functions.R

r1R Documentation

Create Excel primary row style.

Description

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

Usage

r1(
  fill = "#FFFFFF",
  color = "#363635",
  font = "Arial",
  size = 10,
  h = "center",
  v = "center",
  border = "TopBottomLeftRight",
  ...
)

Arguments

fill

Primary row foreground fill.

color

Primary row font color.

font

Primary row font name.

size

Primary row font size.

h

Horizontal alignment of primary row contents.

v

Vertical alignment of primary row contents.

border

Primary 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.