Module facilitating the selection of a specific value in a vector by cycling through elements of a vector.

selection_server(id, selection_base)

Arguments

id

Character. ID of the module to connect the user interface to the appropriate server side.

selection_base

Reactive. Function containing a list of values from which to choose.

Value

The selected element of the supplied vector.

Author

Nicolas Mangin