canvasXpressOutput: Shiny UI function

View source: R/shiny_functionality.R

canvasXpressOutputR Documentation

Shiny UI function

Description

Output creation function for canvasXpressOutput in Shiny applications and interactive Rmd documents

Usage

canvasXpressOutput(outputId, width = "100%", height = "400px")

Arguments

outputId

shiny unique ID

width

width of the element - default = 100%

height

height of the element - default = 400px

Value

Output function that enables the use of the widget in applications

See Also

renderCanvasXpress

cxShinyExample


neuhausi/canvasXpress documentation built on April 18, 2024, 7:15 a.m.