Skip to contents

A shiny module that displays a text summary of a selected numeric column.

Usage

col_summary_ui(id)

col_summary_server(id, column)

Arguments

id

The namespace of the module.

column

The column to summarise, in vector form.

See also