Skip to contents

A shiny module that contains the View Data page. Allows the user to create filters (which are then applied to the data), sort their data and download it in a variety of formats.

Usage

view_data_ui(id)

view_data_server(id, data, scores)

Arguments

id

The namespace of the module.

data

The data frame, after the scoring process.

scores

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