valueLabel: Define label/value pairs for select/selectize inputs

Description Usage Arguments

View source: R/selectChoices.R

Description

Define label/value pairs for select/selectize inputs

Usage

1
valueLabel(df, value, label)

Arguments

df

A data.frame where the choices for the select/selectize input are. (note: data.frame used in this argument should live in the reactiveData object passed from the choicesReactive function)

value

The column in df where the numeric ID value for a choice is stored.

label

The column in df where the charater label/name for a choice is stored.


JamesCuster/CARTMod documentation built on March 8, 2020, 5:57 a.m.