pickerVar: pickerVar function

View source: R/ui_pickers_general.R

pickerVarR Documentation

pickerVar function

Description

Function to generate a picker input element based on given id and element.

Usage

pickerVar(id, element, df_categories, label = NULL)

Arguments

id

A string representing the id of the input element.

element

A string representing the element.

df_categories

A dataframe with metadata about the available categories per picker element

label

A string representing the label of the input. Default is NULL.

Value

A pickerInput object.


vvshiny documentation built on July 26, 2023, 5:50 p.m.