# Generated by roxygen2: do not edit by hand

S3method(print,spicy_assoc_detail)
S3method(print,spicy_assoc_table)
S3method(print,spicy_categorical_table)
S3method(print,spicy_continuous_lm_table)
S3method(print,spicy_continuous_table)
S3method(print,spicy_cross_table)
S3method(print,spicy_cross_table_list)
S3method(print,spicy_freq_table)
export(assoc_measures)
export(build_ascii_table)
export(code_book)
export(contingency_coef)
export(copy_clipboard)
export(count_n)
export(cramer_v)
export(cross_tab)
export(freq)
export(gamma_gk)
export(goodman_kruskal_tau)
export(kendall_tau_b)
export(kendall_tau_c)
export(label_from_names)
export(lambda_gk)
export(mean_n)
export(phi)
export(somers_d)
export(spicy_print_table)
export(sum_n)
export(table_categorical)
export(table_continuous)
export(table_continuous_lm)
export(uncertainty_coef)
export(varlist)
export(vl)
export(yule_q)
importFrom(crayon,col_nchar)
importFrom(crayon,has_color)
importFrom(crayon,make_style)
importFrom(dplyr,all_of)
importFrom(dplyr,any_of)
importFrom(dplyr,pick)
importFrom(dplyr,pull)
importFrom(dplyr,select)
importFrom(dplyr,where)
importFrom(haven,labelled)
importFrom(labelled,"var_label<-")
importFrom(labelled,is.labelled)
importFrom(labelled,to_factor)
importFrom(labelled,var_label)
importFrom(rlang,`%||%`)
importFrom(rlang,enquo)
importFrom(rlang,eval_tidy)
importFrom(rlang,expr)
importFrom(rlang,inform)
importFrom(rlang,quo_get_env)
importFrom(rlang,quo_is_null)
importFrom(stats,complete.cases)
importFrom(stats,kruskal.test)
importFrom(stats,na.omit)
importFrom(stats,oneway.test)
importFrom(stats,pf)
importFrom(stats,qf)
importFrom(stats,qnorm)
importFrom(stats,qt)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stats,t.test)
importFrom(stats,var)
importFrom(stats,wilcox.test)
importFrom(stats,xtabs)
importFrom(stringr,str_pad)
importFrom(tibble,as_tibble)
importFrom(tibble,rownames_to_column)
importFrom(tibble,view)
importFrom(tidyselect,eval_select)
importFrom(tidyselect,everything)
importFrom(utils,capture.output)
importFrom(utils,head)
importFrom(utils,tail)
