Learn R Programming

shiny.fluent (version 0.4.0)

shinyInput: Documentation template for components with .shinyInput wrappers

Description

Documentation template for components with .shinyInput wrappers

Value

Object with shiny.tag class suitable for use in the UI of a Shiny app. The update functions return nothing (called for side effects).

Arguments

inputId

ID of the component.

value

Starting value.

session

Object passed as the session argument to Shiny server.

...

Props to pass to the component. The allowed props are listed below in the Details section.