-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
39 lines (38 loc) · 1.12 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
# Generated by roxygen2: do not edit by hand
export(cluster_plot)
export(cluster_strings)
importFrom(assertthat,assert_that)
importFrom(dplyr,arrange)
importFrom(dplyr,case_when)
importFrom(dplyr,count)
importFrom(dplyr,desc)
importFrom(dplyr,filter)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(dplyr,summarize)
importFrom(dplyr,tibble)
importFrom(forcats,fct_infreq)
importFrom(forcats,fct_inorder)
importFrom(forcats,fct_lump_min)
importFrom(ggplot2,aes)
importFrom(ggplot2,coord_equal)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_minimal)
importFrom(ggraph,geom_edge_diagonal)
importFrom(ggraph,geom_node_point)
importFrom(ggraph,geom_node_text)
importFrom(ggraph,ggraph)
importFrom(igraph,cluster_edge_betweenness)
importFrom(igraph,components)
importFrom(igraph,graph_from_adjacency_matrix)
importFrom(igraph,membership)
importFrom(magrittr,"%>%")
importFrom(rlang,.data)
importFrom(stringr,str_squish)
importFrom(stringr,str_to_lower)
importFrom(stringr,str_trim)
importFrom(tidygraph,"%E>%")
importFrom(tidygraph,"%N>%")
importFrom(tidygraph,as_tbl_graph)