initialize,tinytable-method | R Documentation |
Method for a tinytable S4 object
## S4 method for signature 'tinytable'
initialize(
.Object,
data = data.frame(),
table = data.frame(),
caption = NULL,
notes = NULL,
theme = list("default"),
placement = NULL,
width = NULL
)
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.
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.