createInputControl: Utility function to create standard Shiny input widgets

View source: R/createInputControl.R

createInputControlR Documentation

Utility function to create standard Shiny input widgets

Description

Utility function to create standard Shiny input widgets

Usage

createInputControl(controlType, inputId, label, choices, selected, ...)

Arguments

controlType

- string - name of widget to use

inputId

- string - shiny input id for the UI component

label

- string

choices

- string

selected

- string

...

dots - additional arguments to pass to widgets functions

Value

returns a shiny input widget based on inputs


cusom/CUSOM.ShinyHelpers documentation built on Oct. 23, 2023, 6:50 a.m.