forked from sfirke/janitor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
51 lines (50 loc) · 1.18 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# Generated by roxygen2: do not edit by hand
S3method(chisq.test,default)
S3method(chisq.test,tabyl)
S3method(clean_names,default)
S3method(clean_names,sf)
S3method(crosstab,data.frame)
S3method(crosstab,default)
S3method(describe_class,default)
S3method(describe_class,factor)
S3method(fisher.test,default)
S3method(fisher.test,tabyl)
S3method(print,tabyl)
S3method(tabyl,data.frame)
S3method(tabyl,default)
export("%>%")
export(add_totals_col)
export(add_totals_row)
export(adorn_crosstab)
export(adorn_ns)
export(adorn_pct_formatting)
export(adorn_percentages)
export(adorn_rounding)
export(adorn_title)
export(adorn_totals)
export(as_tabyl)
export(chisq.test)
export(clean_names)
export(compare_df_cols)
export(compare_df_cols_same)
export(convert_to_NA)
export(crosstab)
export(describe_class)
export(excel_numeric_to_date)
export(fisher.test)
export(get_dupes)
export(make_clean_names)
export(remove_constant)
export(remove_empty)
export(remove_empty_cols)
export(remove_empty_rows)
export(round_half_up)
export(round_to_fraction)
export(row_to_names)
export(signif_half_up)
export(tabyl)
export(top_levels)
export(untabyl)
export(use_first_valid_of)
importFrom(magrittr,"%>%")
importFrom(stats,na.omit)