Skip to contents

A shiny module that allows the user to input the column name, score name and weight of a score specification.

Usage

universal_score_ui(id)

universal_score_server(id, data, reset, editing_row)

Arguments

id

The namespace of the module.

data

The data to be scored.

reset

When this value is changed, all inputs will reset.

editing_row

The row that the user is currently editing. When this changes, all inputs will be updated to the state of the score that is being edited.

Value

The server returns the three inputs.