-
Notifications
You must be signed in to change notification settings - Fork 56
/
NAMESPACE
66 lines (65 loc) · 1.48 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
# Generated by roxygen2: do not edit by hand
S3method(as_matrix,cor_df)
S3method(autoplot,cor_df)
S3method(correlate,default)
S3method(correlate,tbl_sql)
S3method(dice,cor_df)
S3method(fashion,data.frame)
S3method(fashion,default)
S3method(fashion,matrix)
S3method(focus_,cor_df)
S3method(focus_if,cor_df)
S3method(focus_if,default)
S3method(network_plot,cor_df)
S3method(network_plot,default)
S3method(rearrange,cor_df)
S3method(retract,data.frame)
S3method(rplot,cor_df)
S3method(rplot,default)
S3method(shave,cor_df)
S3method(stretch,cor_df)
export(as_cordf)
export(as_matrix)
export(autoplot)
export(colpair_map)
export(correlate)
export(dice)
export(fashion)
export(first_col)
export(focus)
export(focus_)
export(focus_if)
export(network_plot)
export(pair_n)
export(rearrange)
export(retract)
export(rplot)
export(shave)
export(stretch)
import(ggplot2)
import(rlang)
importFrom(dplyr,across)
importFrom(dplyr,collect)
importFrom(dplyr,filter)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_all)
importFrom(dplyr,n)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(ggplot2,autoplot)
importFrom(purrr,imap_dfr)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map_chr)
importFrom(purrr,map_dbl)
importFrom(purrr,map_df)
importFrom(purrr,map_dfc)
importFrom(purrr,map_dfr)
importFrom(purrr,map_int)
importFrom(purrr,map_lgl)
importFrom(purrr,set_names)
importFrom(purrr,transpose)
importFrom(stats,dist)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)