set_latex_font_size | R Documentation |
Set LaTeX font size
set_latex_font_size(st, value, ...)
## S4 method for signature 'StyledTable'
set_latex_font_size(
st,
value,
row_id = NULL,
col_id = NULL,
condition = NULL,
condition_text = NULL
)
st |
A StyledTable object |
value |
The value that should be set |
... |
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_html_pre_process()
,
set_indent()
,
set_italic()
,
set_latex_font_name()
,
set_latex_pre_process()
,
set_latex_vertical_move()
,
set_rotation()
,
set_specific_style()
,
set_strikeout()
,
set_underline()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.