StyledTable-setStyles-method: Set styles of StyledTable cells

setStylesR Documentation

Set styles of StyledTable cells

Description

Set styles of StyledTable cells

Usage

setStyles(st, ...)

## S4 method for signature 'StyledTable'
setStyles(
  st,
  value,
  style_name = "",
  row_id = NULL,
  col_id = NULL,
  append_mode = "replace"
)

Arguments

st

A StyledTable object

...

Various Arguments

value

The value that should be set

style_name

The name of the style slot that should be set

row_id

A vector of row numbers to which the change should be applied to

col_id

A vector of col numbers to which the change should be applied to

append_mode

A character string that defines if the styling value of the cell should be replaced (append_mode = "replace"), if the new styling should be appended at the end of the current styling value of the cell (append_mode = "appendBehind"), if the new styling should be appended in front of the current styling value of the cell (append_mode = "appendBefore")


R-package/styledTables documentation built on Feb. 6, 2024, 2:21 a.m.