formattable to a DT::datatable() htmlwidgetR/as.datatable.R
    as.datatable.formattable.RdConvert formattable to a DT::datatable() htmlwidget
# S3 method for class 'formattable'
as.datatable(x, escape = FALSE, ...)a formattable object to convert
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 DT::datatable()
a DT::datatable() object