R/set_styled_table.R
set_latex_vertical_move-methods.Rd
Set vertical movement of cell content for LaTeX table generation
set_latex_vertical_move(st, value, ...) # S4 method for StyledTable set_latex_vertical_move(st, value, row_id = NULL, col_id = NULL, condition = NULL, condition_text = NULL)
st | A StyledTable object |
---|---|
value | The function that should be used for pre processing |
... | Various arguments |
row_id | A vector of row ids to which the change should be applied to. The variable |
col_id | A vector of column ids to which the change should be applied to. The variable |
condition | An equation (non standard evaluation) that is evaluated on the data.frame |
condition_text | An character string holding an equation that is evaluated on the data.frame |
The modified StyledTable object
Other styledtable setters: set_bold
,
set_border_color
,
set_border_position
,
set_excel_boldweight
,
set_excel_border_pen
,
set_excel_data_format
,
set_excel_font_name
,
set_excel_font_size
,
set_excel_hidden
,
set_excel_locked
,
set_excel_pre_process
,
set_excel_vertical
,
set_excel_wrapped
,
set_fill_color
,
set_font_color
,
set_horizontal
, set_indent
,
set_italic
,
set_latex_font_name
,
set_latex_font_size
,
set_latex_pre_process
,
set_rotation
,
set_specific_style
,
set_strikeout
, set_underline