Learn R Programming

safetyGraphics (version 2.1.1)

mappingSelect: 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)

Value

A reactive containing the selected column

Arguments

input

Shiny input object

output

Shiny output object

session

Shiny session object