Skip to contents

Set plain text formatter

Usage

set_formatter_plaintext(widget, columns, hoz_align = "left")

Arguments

widget

A tabulator() HTML widget.

columns

The names of the columns the formatter is applied to.

hoz_align

(character): The horizontal alignment of the column.

Value

The updated tabulator() HTML widget

Examples

tabulator(iris) |>
  set_formatter_plaintext("Species", hoz_align = "right")