st_control.Rd
Table control parameters
st_control(...)
# S3 method for default
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 stobject
st_control(x, ...)
used only in the generic
multiplier to increase or decrease padding between
table rows; for example, row_space = 1.4
means increase by 40%
padding between columns; unit is pt
extra space between rows of longtable;
unit is em
font size
amount of space that will be removed between
rows of the table header; unit is em
; this must be a positive
number
tpt
puts notes in the third part of threeparttable
and
minipage
puts notes in a minipage below the table
where to place hlines when minipage
notes are used
pointsize for minipage
note hline
vertical space between the bottom of the table
and the start of minipage
notes; unit is cm
vertical space after the top hline
where the minipage
notes start
if TRUE
, notes will be sanitized
a vector of characters to sanitize
an stobject