nglShinyOutput: Standard shiny ui rendering construct

View source: R/nglShiny.R

nglShinyOutputR Documentation

Standard shiny ui rendering construct

Description

Standard shiny ui rendering construct

Usage

nglShinyOutput(outputId, width = "100%", height = "600px")

Arguments

outputId

the name of the DOM element to create.

width

integer optional initial width of the widget.

height

integer optional initial height of the widget.

Value

a reference to an htmlwidget

Examples

## Not run: 
  mainPanel(nglShinyOutput('nglShiny'), width=10)

## End(Not run)


paul-shannon/nglShiny documentation built on Feb. 7, 2023, 8:58 a.m.