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.

Example output



basictabler documentation built on June 26, 2021, 5:05 p.m.