The basictabler function is primarily intended for use with Shiny web applications.

basictabler(bt, width = NULL, height = NULL, styleNamePrefix = NULL)

Arguments

bt

The table to render.

width

The target width.

height

The target height.

styleNamePrefix

A text prefix to be prepennded to the CSS declarations (to ensure uniqueness).

Value

A HTML widget.

Examples

# See the Shiny vignette in this package for an example.