-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
84 lines (83 loc) · 2.31 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
S3method(as_matrix,spec_tbl_df)
S3method(as_matrix,tbl_df)
S3method(cluster_elements,spec_tbl_df)
S3method(cluster_elements,tbl_df)
S3method(combine_nest,spec_tbl_df)
S3method(combine_nest,tbl_df)
S3method(fill_missing,spec_tbl_df)
S3method(fill_missing,tbl_df)
S3method(impute_missing,spec_tbl_df)
S3method(impute_missing,tbl_df)
S3method(keep_variable,spec_tbl_df)
S3method(keep_variable,tbl_df)
S3method(lower_triangular,spec_tbl_df)
S3method(lower_triangular,tbl_df)
S3method(nest_subset,spec_tbl_df)
S3method(nest_subset,tbl)
S3method(nest_subset,tbl_df)
S3method(permute_nest,spec_tbl_df)
S3method(permute_nest,tbl_df)
S3method(reduce_dimensions,spec_tbl_df)
S3method(reduce_dimensions,tbl_df)
S3method(remove_redundancy,spec_tbl_df)
S3method(remove_redundancy,tbl_df)
S3method(rotate_dimensions,spec_tbl_df)
S3method(rotate_dimensions,tbl_df)
S3method(subset,spec_tbl_df)
S3method(subset,tbl)
S3method(subset,tbl_df)
export(as_matrix)
export(cluster_elements)
export(combine_nest)
export(fill_missing)
export(impute_missing)
export(keep_variable)
export(lower_triangular)
export(nest_subset)
export(permute_nest)
export(reduce_dimensions)
export(remove_redundancy)
export(rotate_dimensions)
export(subset)
import(dplyr)
import(tibble)
import(tidyr)
importFrom(Rtsne,Rtsne)
importFrom(gtools,combinations)
importFrom(gtools,permutations)
importFrom(magrittr,"%>%")
importFrom(magrittr,`%$%`)
importFrom(magrittr,divide_by)
importFrom(magrittr,equals)
importFrom(magrittr,set_colnames)
importFrom(magrittr,set_rownames)
importFrom(purrr,as_mapper)
importFrom(purrr,imap)
importFrom(purrr,map)
importFrom(purrr,map_chr)
importFrom(purrr,map_dfr)
importFrom(purrr,when)
importFrom(rlang,":=")
importFrom(rlang,dots_list)
importFrom(rlang,enquo)
importFrom(rlang,is_formula)
importFrom(rlang,is_function)
importFrom(rlang,quo_is_null)
importFrom(rlang,quo_is_symbol)
importFrom(rlang,quo_is_symbolic)
importFrom(rlang,quo_name)
importFrom(rlang,quo_squash)
importFrom(rlang,set_names)
importFrom(stats,as.formula)
importFrom(stats,dist)
importFrom(stats,kmeans)
importFrom(stats,model.matrix)
importFrom(stats,prcomp)
importFrom(stats,setNames)
importFrom(stats,terms)
importFrom(tidyr,nest)
importFrom(tidyselect,eval_select)
importFrom(utils,capture.output)
importFrom(utils,head)
importFrom(widyr,pairwise_cor)