st_notes_detach: Detach table notes from the table

View source: R/table-object.R

st_notes_detachR Documentation

Detach table notes from the table

Description

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.

Usage

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.


metrumresearchgroup/pmtables documentation built on Oct. 27, 2024, 5:16 p.m.