R/summary.R
col_summary.Rd
Generate a string summary of a numeric column. Shows important information such as the mean and standard deviation.
col_summary(x)
The column to summarise, in vector form.
A string: the summary of the column.
col_summary(1:100) #> Mean: 50.5, Median: 50.5, Minimum: 1, Maximum: 100, Standard deviation: 29.01