Method format_stat_relative

format_stat_relative(st, ...)

# S4 method for StyledTable
format_stat_relative(st, row_id = NULL,
  col_id = NULL)

Arguments

st

A StyledTable object

...

Various arguments

row_id

A vector of row numbers. If omitted, the formatting will be applied to all rows

col_id

A vector of column numbers. If omitted, the formatting will be applied to all columns

Value

The modified StyledTable object