Skip to contents

A shiny module that allows the user to specify the custom coordinates for a custom score.

Usage

custom_score_ui(id)

custom_score_server(id, column, reset, editing_row)

Arguments

id

The namespace of the module.

column

The column currently being 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 a validated tibble::tibble() of coordinates.

Details

The module's initial state uses two coordinates to create a linear score.