Learn R Programming

shinyNextUI (version 0.1.0)

shinyInput: Documentation template for components with input wrappers

Description

Documentation template for components with input 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.