dropdown_UI: Semantic dropdown menu module

Description Usage Arguments

View source: R/mod_dropdown.R

Description

Generates the UI and server logic for a Semantic/Fomantic dropdown menu. The server is quite simple, merely returning the value selected in the UI to be used downstream

Usage

1
2
3
dropdown_UI(id, choices, def_text)

dropdown(id)

Arguments

id

namespace id

choices

character, vector of possible selections

def_text

character, a descriptor of the dropdown field


novica/boats documentation built on Jan. 19, 2021, 12:38 a.m.