Learn R Programming

tinytable (version 0.5.0)

style_eval,tinytable_grid-method: tinytable S4 method

Description

tinytable S4 method

Usage

# S4 method for tinytable_grid
style_eval(
  x,
  i = NULL,
  j = NULL,
  bold = FALSE,
  italic = FALSE,
  monospace = FALSE,
  underline = FALSE,
  strikeout = FALSE,
  rowspan = NULL,
  colspan = NULL,
  ...
)

Arguments