Method set_latex_row_height.

set_latex_row_height(st, value, ...)

# S4 method for StyledTable,numeric
set_latex_row_height(st, value,
  row_id = NULL)

Arguments

st

A StyledTable object

value

A numeric vector (length 1 or same lengt as row_id) holding the row heights

...

Various arguments

row_id

A vector of row numbers (N is substituted as count_rows(st))

Value

The modified StyledTable object