showDT: Create an HTML table using DT package with fixed columns

View source: R/utilities.R

showDTR Documentation

Create an HTML table using DT package with fixed columns

Description

Create an HTML table using DT package with fixed columns

Usage

showDT(data, ...)

Arguments

data

data object (either a matrix or a data frame).

...

Additional arguments used by dDT::atatable() function.

Value

returns an object of datatables and htmlwidget.

Examples

showDT(iris)

systemPipeR/systemPipeTools documentation built on May 4, 2022, 2:37 p.m.