control_slider_pair_construct: helper function that constructs canvas items of a...

Description Usage

View source: R/control_slider_pair.R

Description

helper function that constructs canvas items of a control_slider_pair widget

Usage

1
2
3
4
5
6
7
8
9
control_slider_pair_construct(
  .switchboard,
  inject = c("", ""),
  minimum = c(0, 0),
  maximum = c(100, 100),
  label = c(" ", " "),
  size = 1,
  ...
)

switchboard documentation built on Oct. 9, 2021, 1:06 a.m.