Convert formattable to a 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 datatable
a datatable object