-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
84 lines (83 loc) · 1.66 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
83
84
# Generated by roxygen2: do not edit by hand
export("%>%")
export(as_num)
export(calc_acf)
export(calc_association)
export(calc_auc)
export(calc_combination)
export(calc_correlation)
export(calc_cv)
export(calc_error)
export(calc_kurtosis)
export(calc_mean)
export(calc_modality)
export(calc_mode)
export(calc_peak_density)
export(calc_perc)
export(calc_skewness)
export(count2)
export(count_na)
export(cut_by_quantile)
export(dttm_diff)
export(dttm_vars)
export(expand_grid_unique)
export(format_digit)
export(format_num)
export(format_p_value)
export(format_scale)
export(is_blank)
export(is_date)
export(is_datetime)
export(is_even)
export(is_integer)
export(is_negative)
export(is_odd)
export(is_outlier)
export(is_positive)
export(is_string)
export(is_weekend)
export(is_zero)
export(isnot_in)
export(isnot_na)
export(obj_to_string)
export(pal_div)
export(pal_qua)
export(pal_seq)
export(pal_two)
export(pals_div)
export(pals_qua)
export(pals_seq)
export(pals_two)
export(plt_flip_y_title)
export(plt_identity_line)
export(plt_no_background)
export(plt_no_grid)
export(plt_no_labels)
export(plt_no_text)
export(plt_pinpoint)
export(plt_regression_line)
export(plt_scale_auto)
export(plt_scale_y_mirror)
export(plt_theme_map)
export(plt_theme_x)
export(plt_theme_xy)
export(plt_theme_y)
export(plt_water_mark)
export(replace_boolean)
export(replace_na)
export(row_number_unique)
export(rpearson)
export(stat_missing_values)
export(stat_normality)
export(stat_two_cat)
export(stat_two_num)
export(str_clean)
export(str_extract_char)
export(str_keep)
export(str_select)
export(str_to_abb)
export(summary_cat)
export(summary_num)
export(summary_seq)
export(summary_xy)
importFrom(magrittr,"%>%")