Add and modify (set_*) or retrieve (get_*) presentation metadata for a
procr_table object. Metadata includes titles, subtitles, stub head labels,
and footer notes that are used when displaying or exporting the table.
Arguments
- tab
A
procr_tableobject.- ...
Not used for values, forces later arguments to bind by name.
- title
Character scalar,
NULL, or missing. Main title displayed above the table. If missing (default), existing value is preserved. IfNULL, removes the title. If a character string, sets the title to that value.- subtitle
Character scalar,
NULL, or missing. Subtitle displayed below the title. Follows same logic astitle.- stubhead
Character scalar,
NULL, or missing. Label for the row header area (the top-left cell of the table). Follows same logic astitle.Character vector,
NULL, or missing. Footer text displayed below the table, typically used for notes, sources, or disclaimers. Multiple elements are placed in multiple rows. Follows same logic astitle.- slot
One of the abovementioned metadata slots if a specific one should be extracted or
NULL(default) to retrieve all metadata as a list.