-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
161 lines (160 loc) · 4.59 KB
/
NAMESPACE
File metadata and controls
161 lines (160 loc) · 4.59 KB
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
# Generated by roxygen2: do not edit by hand
export(attach_docs_to_vertices)
export(detect_main_trajectories)
export(filter_trajectories)
export(get_openalex_fields)
export(mixed_sort)
export(plot_group_trajectories_2d)
export(plot_group_trajectories_3d)
export(plot_group_trajectories_lines_2d)
export(plot_group_trajectories_lines_3d)
export(read_openalex)
export(read_wos)
export(sniff_citations_cycle_time)
export(sniff_components)
export(sniff_entropy)
export(sniff_groups)
export(sniff_groups_attributes)
export(sniff_groups_cumulative)
export(sniff_groups_cumulative_citations)
export(sniff_groups_hubs)
export(sniff_groups_keywords)
export(sniff_groups_stm_prepare)
export(sniff_groups_stm_run)
export(sniff_groups_terms)
export(sniff_groups_trajectories)
export(sniff_key_route)
export(sniff_network)
importFrom(RColorBrewer,brewer.pal)
importFrom(dplyr,"%>%")
importFrom(dplyr,arrange)
importFrom(dplyr,as_tibble)
importFrom(dplyr,bind_rows)
importFrom(dplyr,desc)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,join_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,pull)
importFrom(dplyr,relocate)
importFrom(dplyr,rename)
importFrom(dplyr,rename_with)
importFrom(dplyr,right_join)
importFrom(dplyr,select)
importFrom(dplyr,slice_head)
importFrom(dplyr,starts_with)
importFrom(dplyr,summarise)
importFrom(dplyr,tally)
importFrom(dplyr,top_n)
importFrom(dplyr,ungroup)
importFrom(dplyr,vars)
importFrom(ggplot2,aes)
importFrom(ggplot2,annotate)
importFrom(ggplot2,coord_flip)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_line)
importFrom(ggplot2,element_rect)
importFrom(ggplot2,element_text)
importFrom(ggplot2,expansion)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_blank)
importFrom(ggplot2,geom_label)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,guide_colourbar)
importFrom(ggplot2,guides)
importFrom(ggplot2,labs)
importFrom(ggplot2,rel)
importFrom(ggplot2,scale_size)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,scale_y_reverse)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,theme_classic)
importFrom(ggplot2,theme_minimal)
importFrom(ggplot2,theme_void)
importFrom(ggplot2,unit)
importFrom(ggraph,create_layout)
importFrom(ggraph,geom_edge_fan)
importFrom(ggraph,geom_edge_link)
importFrom(ggraph,geom_node_point)
importFrom(ggraph,geom_node_text)
importFrom(ggraph,ggraph)
importFrom(ggraph,scale_edge_colour_manual)
importFrom(ggraph,scale_edge_width_identity)
importFrom(glue,glue)
importFrom(grid,unit)
importFrom(igraph,E)
importFrom(igraph,V)
importFrom(igraph,as_data_frame)
importFrom(igraph,as_edgelist)
importFrom(igraph,as_undirected)
importFrom(igraph,cluster_edge_betweenness)
importFrom(igraph,cluster_fast_greedy)
importFrom(igraph,cluster_leiden)
importFrom(igraph,cluster_louvain)
importFrom(igraph,cluster_walktrap)
importFrom(igraph,components)
importFrom(igraph,degree)
importFrom(igraph,delete_edges)
importFrom(igraph,delete_vertices)
importFrom(igraph,ecount)
importFrom(igraph,ends)
importFrom(igraph,feedback_arc_set)
importFrom(igraph,get.edge.ids)
importFrom(igraph,graph_from_data_frame)
importFrom(igraph,graph_from_edgelist)
importFrom(igraph,incident)
importFrom(igraph,is_dag)
importFrom(igraph,is_directed)
importFrom(igraph,make_empty_graph)
importFrom(igraph,topo_sort)
importFrom(igraph,vcount)
importFrom(igraph,vertex_attr)
importFrom(igraph,vertex_attr_names)
importFrom(openalexR,oa_fetch)
importFrom(plotly,add_trace)
importFrom(plotly,layout)
importFrom(plotly,plot_ly)
importFrom(purrr,compact)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map_dbl)
importFrom(purrr,map_dfr)
importFrom(purrr,map_int)
importFrom(purrr,set_names)
importFrom(rlang,.data)
importFrom(rlang,.env)
importFrom(rlang,set_names)
importFrom(scales,alpha)
importFrom(scales,hue_pal)
importFrom(scales,rescale)
importFrom(stats,coef)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,nls)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stringr,str_count)
importFrom(stringr,str_split)
importFrom(stringr,str_squish)
importFrom(stringr,str_to_lower)
importFrom(stringr,str_trim)
importFrom(tibble,as_tibble)
importFrom(tibble,rownames_to_column)
importFrom(tibble,tibble)
importFrom(tidygraph,activate)
importFrom(tidygraph,as_tbl_graph)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,separate_rows)
importFrom(tidyr,unnest)
importFrom(utils,globalVariables)
importFrom(utils,head)
importFrom(utils,tail)