basictablerOutput: Standard function for Shiny scaffolding.

View source: R/basictabler.R

basictablerOutputR Documentation

Standard function for Shiny scaffolding.

Description

Standard function for Shiny scaffolding.

Usage

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

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

basictabler documentation built on June 8, 2025, 10:52 a.m.