Detached notes are rendered underneath the table, in a separate minipage format. By default, there is an hline rendered between the table and the notes. It is common to adjust the width of the minipage holding the notes depending on the width of the table and the extent of the notes.

st_notes_detach(x, width = 0.8, type = "minipage", ...)

Arguments

x

an stobject.

width

passed to noteconf() via st_noteconf().

type

passed to noteconf() via st_noteconf(); this argument should not be changed if detached notes are desired.

...

other arguments passed to noteconf() via st_noteconf().

Value

An updated object with class stobject, which can be piped to other functions.