sliderValues: sliderValues

Description Usage Examples

Description

Function to make a custom slider to navigate through custom labels

Usage

1
2
3
sliderValues(inputId, label, values, from, to = NULL, grid = TRUE,
  width = NULL, postfix = NULL, prefix = NULL, dragRange = TRUE,
  disable = FALSE, animate = FALSE)

Examples

1
2
importPostgreSQLTable("db", "localhost", 5431, "postgres", "pass", c("table1", "table2"), c(0.5, 1), c(TRUE, FALSE))
sliderValues(inputId = "test", label = "Month", width = "100%",values = choices_month[4:6], from = choices_month[4], to = choices_month[6],grid = FALSE, animate = animationOptions(interval = 1500))

gwielinski/GWmisc documentation built on May 17, 2019, 9:31 a.m.