Learn R Programming

shiny.semantic (version 0.3.0)

update_slider: Update slider Semantic UI component

Description

Change the value of a uislider input on the client.

Usage

update_slider(session, name, value)

update_range(session, name, value, value2)

Arguments

session

The session object passed to function given to shinyServer.

name

The id of the input object

value

The value to be selected for the sldier (lower value if using range).

value2

The upper value of the slider.

See Also

uislider