statify(x, f)# S3 method for default
statify(x, f)
# S3 method for formula
statify(x, f)
Applying the function on a numerical vector should return one value
Applying the function on a factor should return nlevels + 1 value, or one value per factor level
See parse_formula
for the usage for formulaes.