cyjShinyOutput {cyjShiny}R Documentation

Standard shiny ui rendering construct

Description

Standard shiny ui rendering construct

Usage

cyjShinyOutput(outputId, width = "100%", height = "400")

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(cyjShinyOutput("cyjShiny"), width = 10)

## End(Not run)


[Package cyjShiny version 1.0.42 Index]