Skip to contents

A shiny module that allows the user to view, edit and delete created score specifications.

Usage

scores_table_ui(id)

scores_table_server(id, scores)

Arguments

id

The namespace of the module.

scores

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

Value

The server returns the edited and deleted scores.