Skip to contents

A shiny module that contains the Create Scores page, allowing the user to create a set of score specifications. These are then automatically applied to the data.

Usage

create_scores_ui(id)

create_scores_server(id, data, interactive)

Arguments

id

The namespace of the module.

data

The data to score.

interactive

Whether any plots created should be interactive.

Value

The server returns the table of score specifications that the user has created.