mappingSelect {safetyGraphics} | R Documentation |
Server that facilitates the mapping of a single data element (column or field) with a simple select UI
Description
Server that facilitates the mapping of a single data element (column or field) with a simple select UI
Usage
mappingSelect(input, output, session)
Arguments
input |
Shiny input object |
output |
Shiny output object |
session |
Shiny session object |
Value
A reactive containing the selected column
[Package safetyGraphics version 2.1.1 Index]