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

Description Usage

View source: R/control_slider.R

Description

helper function that constructs canvas items of a control_slider widget

Usage

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

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