Skip to contents

Renders a clerk_tbl as a reactable interactive HTML table. Typically called indirectly via clerk_render().

Usage

render_reactable(x, title = NULL, ...)

Arguments

x

A clerk_tbl object.

title

Optional character string displayed above the table.

...

Passed to reactable::reactable().

Value

A reactable htmlwidget.

Examples

tbl_descriptive(clerk_example, group = sex, output = "html") |>
  clerk_render()