basictabler {basictabler} | R Documentation |
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)
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.
[Package basictabler version 1.0.2 Index]