Learn R Programming

basictabler (version 1.0.2)

basictabler: Render a table as a HTML widget.

Description

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

Usage

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

Value

A HTML widget.

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).

Examples

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

Run the code above in your browser using DataLab