Configure table notes

noteconf(
  width = 0.8,
  type = c("tpt", "minipage"),
  hline = c("top", "bottom", "both", "none"),
  table_skip = 0.67,
  note_skip = 0.02,
  hline_pt = 0.4,
  sanitize = TRUE,
  escape = "_"
)

Arguments

width

the width (as fraction of linewidth) is minipage notes

type

put table notes in either the tablenotes section of threeparttable (tpt) or in a minipage below the table (minipage)

hline

where to include horizontal lines

table_skip

vertical space (cm) between the last row of the table and the hline (if any) at the top of the table notes

note_skip

vertical space (cm) between the top hline of the table notes and the first note line

hline_pt

the point size for hlines

sanitize

if TRUE, notes will be sanitized

escape

vector of characters to escape in notes