R/summary_modules.R
col_summary_module.Rd
A shiny module that displays a text summary of a selected numeric column.
col_summary_ui(id) col_summary_server(id, column)
The namespace of the module.
The column to summarise, in vector form.
col_summary()