control_slider_pair_construct {switchboard}R Documentation

helper function that constructs canvas items of a control_slider_pair widget

Description

helper function that constructs canvas items of a control_slider_pair widget

Usage

control_slider_pair_construct(
  .switchboard,
  inject = c("", ""),
  minimum = c(0, 0),
  maximum = c(100, 100),
  label = c(" ", " "),
  size = 1,
  ...
)

[Package switchboard version 0.1 Index]