dropdown_box_server: Implement a single dropdown box.

View source: R/dropdown-box.R

dropdown_box_serverR Documentation

Implement a single dropdown box.

Description

The server component of the Shiny module for creating a single dropdown box.

Usage

dropdown_box_server(id)

Arguments

id

String. The input slot that will be used to access the value.

Value

A module server function that can be called in a reactive env.

See Also

dropdown_box_ui for the UI.

Examples

inst/examples/ex-dropdown-box.R

cabaceo/shinymod documentation built on Sept. 8, 2023, 12:23 p.m.