Skip to contents

Generic helper to show any supported sardine object as an interactive DT table. Works for data frames, table_one, reports, metadata, etc.

Usage

as_datatable(x, ...)

Arguments

x

Object to display (data frame, table_one, report, etc.)

...

Additional arguments passed to DT::datatable

Value

DT datatable (in Viewer)