newSlider: new slider input

Description Usage Arguments Author(s)

View source: R/insert_ui.R

Description

Inserts a new shiny slider input object from the server code. Wraps the insert UI function.

Usage

1
2
3
newSlider(location, id, titleText, placement = "beforeEnd", min = 0,
  max = 1, value = 0, step = 0.01, sep = ",", hidden = FALSE,
  immediate = FALSE)

Arguments

location

The existing object that the new shiny object will be placed relative to.

id

the id of the new shiny object.

titleText

the displayed label.

placement

Object placement relative to location object.

min

minimum allowed value.

max

maximum allowed value.

value

the displayed value.

step

step size for value choices.

sep

the separator for thousands between display values. default = ",".

hidden

Should the object be hidded when created. Default = FALSE.

immediate

Should the object be created immediately. Default = FALSE.

Author(s)

Nathan Vaughan


nathanvaughan1/DST documentation built on Jan. 18, 2021, 8:40 p.m.