update_progress: Update progress Semantic UI component

Description Usage Arguments

View source: R/progress.R

Description

Change the value of a progress input on the client.

Usage

1
2
3
4
5
6
update_progress(
  session,
  input_id,
  type = c("increment", "decrement", "label", "value"),
  value = 1
)

Arguments

session

The session object passed to function given to shinyServer.

input_id

The id of the input object

type

Whether you want to increase the progress bar ("increment"), decrease the progress bar ("decrement"), update the label "label", or set it to a specific value ("value")

value

The value to increase/decrease by, or the value to be set to


shiny.semantic documentation built on Nov. 7, 2021, 5:07 p.m.