set_formatter_plaintext | R Documentation |
Set plain text formatter
set_formatter_plaintext(widget, column, hoz_align = "left")
widget |
A |
column |
The name of the column the formatter is applied to. |
hoz_align |
(character): The horizontal alignment of the column. |
The updated tabulator()
HTML widget
tabulator(iris) |>
set_formatter_plaintext("Species", hoz_align = "right")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.