rSliderGuiInput: Creates List of Sliders.

Description Usage Arguments Value Functions

Description

Creates List of Sliders.

Usage

1
2
3
4
5
6
7
8
rSliderGuiInput(id, x, breaking = NULL, beschreibungs_text = NULL,
  title_text = "Please adjust the sliders according to your preferences.",
  mainpageposition = c("first", "last", "none"),
  parents_name = "Hauptkategorien", minweight = 0, maxweight = 100,
  standardweight = 30, open.maxdepth = Inf,
  cb_title = "I don't know", sliderlabel = "")

rSliderGui(input, output, session, slCbNames, dtBscCombinations)

Arguments

x

Configuration list, see validateConfig.

breaking

Should SliderGui be split up into a list of several pages, or deliver one single list of sliders?

NULL or FALSE

No pagination.

TRUE

Put all subordinate elements of first order on extra pages, add main page containing only first order elements.

Integer

Put all subordinate elements of nth order on extra pages, add main page containing elements up to nth order. 1 corresponds to TRUE.

Maybe in future versions possibilities for putting special Elements on extra pages by name will be added, right now this is not possible.

beschreibungs_text
title_text

Which paragraph should be added as first element of each page?TRUE for automatic generation, FALSE for none.

mainpageposition

One of "first", "last", "none". Should main page be first or last or be omitted?

parents_name

Label used to name root when creating fold-out-panel for root.

minweight

Standard minimum slider weight.

maxweight

Standard maximum slider weight.

standardweight

Standard slider weight.

open.maxdepth

From which depth on to create fold-out-panels, if not declared otherwise in x. Maximum:12 (see shiny:column).Must be larger than breaking (if provided).

cb_title

Default description label for checkbox.

sliderlabel

Default class of slidercheckboxes, to use with custom prettify-function to have individual labels.

Value

Slidergui: List of Sliders (breaking== NULL or breaking==FALSE) or list of SliderGui-pages (breaking==TRUE or Breaking>0).

Functions


JulianBo/mcdsupportshiny documentation built on July 5, 2019, 12:51 a.m.