Column indices or names of the variables in the dataset to display, the default columns are all the variables
normtest
A character indicating test of normality, the default method is shapiro.test when sample size no more than 5000, otherwise lillie.testKolmogorov-Smirnov is used, see package nortest for more methods.Use 'shapiro.test', 'lillie.test', 'ad.test', etc to specify methods.
useNA
Whether to include NA values in the table, see table for more details
discrete_limit
A numeric defining the minimal of unique value to display the variable as count and frequency
exclude_discrete
Logical, whether to exclude discrete variables with more unique values specified by discrete_limit