| StyledTable-class | R Documentation |
An S4 class which is used to export your data as a beautifully styled table.
Convert your data.frame or matrix into a StyledTable object by using the styled_table() function.
## S4 method for signature 'StyledTable'
initialize(.Object, ...)
.Object |
A StyledTable |
... |
All slots that should be set |
styled_table()
write_pdf(), write_png(), write_excel(), create_latex_table(), append_latex_table(), create_latex_table_body()
set_excel_font_name(), set_latex_font_name(), set_excel_font_size(), set_latex_font_size(), set_font_color(), set_bold(), set_excel_boldweight(), set_italic(), set_underline(), set_strikeout(), set_rotation(), set_indent(), set_fill_color(), set_horizontal(), set_excel_vertical(), set_latex_vertical_move(), set_latex_vertical_move(), set_excel_row_height(), set_latex_padding_top(), set_latex_padding_bottom(), set_excel_col_width(), set_latex_col_width(), set_border_position(), set_border_color(), set_excel_border_pen(), set_excel_data_format(), set_excel_pre_process(), set_latex_pre_process(), set_excel_wrapped(), set_excel_locked(), set_excel_hidden()
remove_col(), remove_row()
merge_cells(), merge_equal_cells()
format_stat_header(), format_stat_body(), format_stat_sub_heading(), format_stat_absolute(), format_stat_relative()
create_cross_table_body(), create_cross_table_header()
count_rows(), count_cols()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.