View source: R/table-control.R
st_control | R Documentation |
Table control parameters
st_control(...)
## Default S3 method:
st_control(
row_space = 1.4,
col_space = 5,
lt_row_space = 0.3,
fontsize = "normalsize",
header_row = 0.56,
note_type = c("tpt", "minipage"),
note_hline = c("top", "bottom", "both", "none"),
note_hline_pt = 0.4,
note_table_skip = 0.67,
note_skip = 0.02,
note_sanitize = TRUE,
note_escape = "_",
...
)
## S3 method for class 'stobject'
st_control(x, ...)
... |
used only in the generic |
row_space |
multiplier to increase or decrease padding between
table rows; for example, |
col_space |
padding between columns; unit is |
lt_row_space |
extra space between rows of longtable;
unit is |
fontsize |
font size |
header_row |
amount of space that will be removed between
rows of the table header; unit is |
note_type |
|
note_hline |
where to place hlines when |
note_hline_pt |
pointsize for |
note_table_skip |
vertical space between the bottom of the table
and the start of |
note_skip |
vertical space after the top |
note_sanitize |
if |
note_escape |
a vector of characters to sanitize |
x |
an stobject |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.