Computes and renders descriptive statistics for numeric and categorical variables, plus a missing-value summary table.
Arguments
- id
Character string. The Shiny module namespace identifier.
- loaded_data
A
shiny::reactiveVal()containing the currentdata.frame.
Value
A named list with two elements:
summary_varsA
shiny::reactive()returning the selected variable names.group_varA
shiny::reactive()returning the grouping variable name (""= none).