> descr(iris) %>% print(print_format = "console")
   Variables      Total        p        Test                              
 1  Sepal.Length                                                          
 2    N            150          <0.001   Student's one-sample t-test      
 3    mean         5.8                                                    
 4    sd           0.83                                                   
 5    median       5.8                                                    
 6    Q1 - Q3      5.1 -- 6.4                                             
 7    min - max    4.3 -- 7.9                                             
 8  Sepal.Width                                                           
 9    N            150          <0.001   Student's one-sample t-test      
10    mean         3.1                                                    
11    sd           0.44                                                   
12    median       3                                                      
13    Q1 - Q3      2.8 -- 3.3                                             
14    min - max    2 -- 4.4                                               
15  Petal.Length                                                          
16    N            150          <0.001   Student's one-sample t-test      
17    mean         3.8                                                    
18    sd           1.8                                                    
19    median       4.3                                                    
20    Q1 - Q3      1.6 -- 5.1                                             
21    min - max    1 -- 6.9                                               
22  Petal.Width                                                           
23    N            150          <0.001   Student's one-sample t-test      
24    mean         1.2                                                    
25    sd           0.76                                                   
26    median       1.3                                                    
27    Q1 - Q3      0.3 -- 1.8                                             
28    min - max    0.1 -- 2.5                                             
29  Species                                                               
30    setosa       50 (33%)     >0.999   Chi-squared goodness-of-fit test 
31    versicolor   50 (33%)                                               
32    virginica    50 (33%)                                               

