Table control parameters
Usage
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, ...)Arguments
- ...
used only in the generic
- row_space
multiplier to increase or decrease padding between table rows; for example,
row_space = 1.4means increase by 40%- col_space
padding between columns; unit is
pt- lt_row_space
extra space between rows of longtable; unit is
em- fontsize
font size
- header_row
amount of space that will be removed between rows of the table header; unit is
em; this must be a positive number- note_type
tptputs notes in the third part ofthreeparttableandminipageputs notes in a minipage below the table- note_hline
where to place hlines when
minipagenotes are used- note_hline_pt
pointsize for
minipagenotehline- note_table_skip
vertical space between the bottom of the table and the start of
minipagenotes; unit iscm- note_skip
vertical space after the top
hlinewhere theminipagenotes start- note_sanitize
if
TRUE, notes will be sanitized- note_escape
a vector of characters to sanitize
- x
an stobject
