pickerVar {vvshiny}R 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.


[Package vvshiny version 0.1.1 Index]