table_inset {formatters}R Documentation

Access or (recursively) set table inset

Description

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 signature 'MatrixPrintForm'
table_inset(obj)

table_inset(obj) <- value

## S4 replacement method for signature 'MatrixPrintForm'
table_inset(obj) <- value

Arguments

obj

(ANY)
object to get or (recursively if necessary) set table inset for.

value

(string)
string to use as new header/body separator.

Value


[Package formatters version 0.5.8 Index]