Usage
summary_min(
col,
label = NULL,
digits = NULL,
prefix = NULL,
suffix = NULL,
id = NULL
)
Arguments
- col
A formula like ~value.
- label
Display label for the summary row.
- digits
Optional number of digits for formatting (applied in JS).
- prefix, suffix
Optional prefix/suffix strings (applied in JS).
- id
Optional summary id.
Value
A summary specification object.