Skip to contents

A shiny module that contains the Plot Data page, which allows the user to create a variety of default or custom plots.

Usage

plot_data_ui(id)

plot_data_server(id, data, scores, interactive)

Arguments

id

The namespace of the module.

data

The data to plot.

scores

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

interactive

Whether any plots created should be interactive.