The sumvar package

The sumvar package quickly explores continuous and categorical variables.
sumvar aims to bring the ease and simplicity of the “sum” and “tab” functions from stata, to R.

Both dist_sum() and tab() include options for performing frequentist hypothesis tests, have a look at the help files.

All functions are tidyverse/dplyr-friendly and accept the %>% pipe from a tibble or data frame, outputting results as a tibble. You can save and further manipulate outputs, e.g. summary <- df %>% dist_sum(var)