-
Notifications
You must be signed in to change notification settings - Fork 130
/
NAMESPACE
82 lines (81 loc) · 2.11 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
# 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(clean_names,tbl_graph)
S3method(clean_names,tbl_lazy)
S3method(describe_class,default)
S3method(describe_class,factor)
S3method(excel_time_to_numeric,POSIXct)
S3method(excel_time_to_numeric,POSIXlt)
S3method(excel_time_to_numeric,character)
S3method(excel_time_to_numeric,logical)
S3method(excel_time_to_numeric,numeric)
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(convert_to_date)
export(convert_to_datetime)
export(crosstab)
export(describe_class)
export(excel_numeric_to_date)
export(excel_time_to_numeric)
export(find_header)
export(fisher.test)
export(get_dupes)
export(get_one_to_one)
export(make_clean_names)
export(paste_skip_na)
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(sas_numeric_to_date)
export(signif_half_up)
export(single_value)
export(tabyl)
export(top_levels)
export(untabyl)
export(use_first_valid_of)
importFrom(lubridate,as_date)
importFrom(lubridate,as_datetime)
importFrom(lubridate,force_tz)
importFrom(lubridate,hour)
importFrom(lubridate,minute)
importFrom(lubridate,second)
importFrom(lubridate,ymd)
importFrom(lubridate,ymd_hms)
importFrom(magrittr,"%>%")
importFrom(rlang,"%||%")
importFrom(rlang,dots_n)
importFrom(rlang,expr)
importFrom(rlang,syms)
importFrom(snakecase,to_any_case)
importFrom(stats,na.omit)
importFrom(stringi,stri_trans_general)
importFrom(stringi,stri_trans_list)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_all)
importFrom(tidyselect,eval_select)