# Generated by roxygen2: do not edit by hand

export(select_non_numeric_cols)
export(select_numeric_cols)
export(str_replace_many)
export(summarise_boxplot_stats)
export(summarise_coef_of_variation)
export(summarise_correlation)
export(summarise_frequency)
export(summarise_group_stats)
export(summarise_kurtosis)
export(summarise_skewness)
export(summarise_statistics)
import(rlang)
importFrom(dplyr,all_of)
importFrom(dplyr,select)
importFrom(dplyr,where)
importFrom(magrittr,"%>%")
importFrom(stats,aov)
importFrom(stats,cor)
importFrom(stats,cor.test)
importFrom(stats,kruskal.test)
importFrom(stats,median)
importFrom(stats,sd)
importFrom(stats,shapiro.test)
importFrom(stats,t.test)
importFrom(stats,var)
importFrom(stats,wilcox.test)
importFrom(tibble,as_tibble)
importFrom(tidyr,drop_na)
