-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
44 lines (43 loc) · 958 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export(cat_by)
export(combn_2_col)
export(create_prediction_data)
export(describe_all)
export(describe_all_cat)
export(describe_all_num)
export(gather_multi)
export(head_tail)
export(num_by)
export(num_summary)
export(onehot)
export(pre_process)
export(rnd)
export(row_apply)
export(row_max)
export(row_means)
export(row_min)
export(row_sums)
export(spread2)
export(sum_NA)
export(sum_NaN)
export(sum_blank)
import(dplyr)
importFrom(dplyr,quo_name)
importFrom(purrr,map)
importFrom(purrr,map_df)
importFrom(purrr,map_dfr)
importFrom(purrr,map_int)
importFrom(purrr,map_lgl)
importFrom(rlang,":=")
importFrom(rlang,is_quosures)
importFrom(scales,rescale)
importFrom(stats,median)
importFrom(stats,model.matrix)
importFrom(stats,na.omit)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(tidyr,gather)
importFrom(tidyr,nest)
importFrom(tidyr,unnest)
importFrom(utils,combn)
importFrom(utils,type.convert)