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

View source: R/utilities.R

showDFR Documentation

Create an HTML table using DT package with fixed columns

Description

Create an HTML table using DT package with fixed columns

Usage

showDF(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

showDF(iris)

tgirke/systemPipeR documentation built on March 27, 2024, 11:31 p.m.