basictabler: Render a table as a HTML widget.

Description Usage Arguments Value Examples

View source: R/basictabler.R

Description

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

Usage

1
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

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

cbailiss/basictabler documentation built on July 2, 2021, 1:16 a.m.