as.datatable.formattable: Convert 'formattable' to a 'datatable' htmlwidget

Description Usage Arguments Value

View source: R/as.datatable.R

Description

Convert formattable to a datatable htmlwidget

Usage

1
2
## S3 method for class 'formattable'
as.datatable(x, escape = FALSE, ...)

Arguments

x

a formattable object to convert

escape

logical to escape HTML. The default is FALSE since it is expected that formatters from formattable will produce HTML tags.

...

additional arguments passed to to datatable

Value

a datatable object


formattable documentation built on Jan. 13, 2021, 7:17 a.m.