View source: R/golem_utils_ui.R
Modified shiny sliderInput func
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | sliderInput(
inputId,
label,
min,
max,
value,
step = NULL,
round = FALSE,
format = NULL,
locale = NULL,
ticks = TRUE,
animate = FALSE,
width = NULL,
sep = ",",
pre = NULL,
post = NULL,
timeFormat = NULL,
timezone = NULL,
dragRange = TRUE,
tooltip = T,
header = "?",
popup = "Help tips",
pos = "right"
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.