powered by
Use one stat function (made safe using statify) on all the data to produce a single statistics column.
statColumn(stat, data)
The statistic to use
The dataframe to apply the statistic to
A vector for one statistic column
The result is either a numeric vector, or a character vector if the content of the column is not made entirely of numbers.