basictablerOutput: Standard function for Shiny scaffolding.

Description Usage Arguments Examples

View source: R/basictabler.R

Description

Standard function for Shiny scaffolding.

Usage

1
basictablerOutput(outputId, width = "100%", height = "100%")

Arguments

outputId

The id of the html element that will contain the htmlwidget.

width

The target width of the htmlwidget.

height

The target height of the htmlwidget.

Examples

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

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