Learn R Programming

cyjShiny (version 1.0.42)

cyjShinyOutput: Standard shiny ui rendering construct

Description

Standard shiny ui rendering construct

Usage

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

Value

a reference to an htmlwidget

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.

Examples

Run this code
if (FALSE) {
mainPanel(cyjShinyOutput("cyjShiny"), width = 10)
}

Run the code above in your browser using DataLab