initialize,tinytable-method {tinytable} | R Documentation |
Method for a tinytable S4 object
Description
Method for a tinytable S4 object
Usage
## S4 method for signature 'tinytable'
initialize(
.Object,
data = data.frame(),
table_input = data.frame(),
caption = NULL,
notes = NULL,
theme = list("default"),
placement = NULL,
width = NULL
)
Arguments
caption |
A string that will be used as the caption of the table. This argument should not be used in Quarto or Rmarkdown documents. In that context, please use the appropriate chunk options. |
notes |
Notes to append to the bottom of the table. This argument accepts several different inputs:
|
theme |
Function or string.
|
width |
Table or column width.
|