normality_table.Rd
For a data.frame, run Shapiro-Wilk test on each column, if a "by" is specified, it will run a stratified Shapiro-wilk test by this column
normality_table(data, by = NULL)
data.frame, the data table to be tested
optional str, the column by which data will be stratified
data.frame, a data frame including all the results