Skip to contents

A shiny module that allows the user to select a column to use for the score performance plot.

Usage

score_performance_ui(id)

score_performance_server(id, data, scores)

Arguments

id

The namespace of the module.

data

The data to plot.

scores

The data frame of score specifications created by the user. See scores_init.

Value

The server returns the selected column name.