Table inset is the amount of characters that the body of a table, referential footnotes, and main footer material are inset from the left-alignment of the titles and provenance footer materials.
Usage
table_inset(obj)
# S4 method for MatrixPrintForm
table_inset(obj)
table_inset(obj) <- value
# S4 method for MatrixPrintForm
table_inset(obj) <- value
Arguments
- obj
ANY. Object to get or (recursively if necessary) set table inset for.
- value
character(1). String to use as new header/body separator.
Value
for table_inset
the integer value that the table body
(including column heading information and section dividers),
referential footnotes, and main footer should be inset from the
left alignment of the titles and provenance footers during rendering.
For table_inset<-
, the obj
, with the new table_inset value
applied recursively to it and all its subtables.