set_formatter_plaintext {rtabulator}R Documentation

Set plain text formatter

Description

Set plain text formatter

Usage

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

Arguments

widget

A tabulator() HTML widget.

column

The name of the column 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")

[Package rtabulator version 0.1.2 Index]