Skip to contents

Generate a string summary of a numeric column. Shows important information such as the mean and standard deviation.

Usage

col_summary(x)

Arguments

x

The column to summarise, in vector form.

Value

A string: the summary of the column.

Examples

col_summary(1:100)
#> Mean: 50.5, Median: 50.5, Minimum: 1, Maximum: 100, Standard deviation: 29.01