rangeInput: Range Input

rangeInputR Documentation

Range Input

Description

A range input similar to a slider.

Usage

rangeInput(id, label, value = 0L, ..., min = 0L, max = 100L, step = 1L)

Arguments

id

ID of input.

label

Label of input.

value

Initial value of input.

...

Passed to input.

min, max

Minimum and maximum values of the range.

step

Step of range change.


JohnCoene/bsutils documentation built on June 15, 2024, 3:21 a.m.