Skip to contents

A shiny module that allows the user to view a plot of how the score they are currently creating will look.

Usage

score_summary_ui(id)

score_summary_server(id, column, score_spec, interactive)

Arguments

id

The namespace of the module.

column

The column being scored.

score_spec

The score currently being created.

interactive

Whether the created plot should be interactive.

See also