Skip to contents

Computes and renders descriptive statistics for numeric and categorical variables, plus a missing-value summary table.

Usage

summary_panel_server(id, loaded_data)

Arguments

id

Character string. The Shiny module namespace identifier.

loaded_data

A shiny::reactiveVal() containing the current data.frame.

Value

A named list with two elements:

summary_vars

A shiny::reactive() returning the selected variable names.

group_var

A shiny::reactive() returning the grouping variable name ("" = none).