-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
43 lines (42 loc) · 1.16 KB
/
NAMESPACE
File metadata and controls
43 lines (42 loc) · 1.16 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
# Generated by roxygen2: do not edit by hand
export(altmetric_keywords)
export(altmetric_wos_mentions)
export(co_authors_network)
export(co_keywords_network)
export(consistency)
export(distinction)
export(giant_component)
export(is_retuit)
export(mentions_stats)
export(profiles)
export(socio_semantic_network)
export(thematic_clusters_ranked)
export(two_mode_network)
export(wos_read)
importFrom(UpSetR,intersects)
importFrom(UpSetR,upset)
importFrom(dplyr,distinct)
importFrom(dplyr,group_by)
importFrom(dplyr,inner_join)
importFrom(dplyr,mutate)
importFrom(dplyr,right_join)
importFrom(dplyr,summarise)
importFrom(httr,GET)
importFrom(httr,Token1.0)
importFrom(httr,content)
importFrom(httr,oauth_app)
importFrom(igraph,E)
importFrom(igraph,V)
importFrom(igraph,cluster_louvain)
importFrom(igraph,clusters)
importFrom(igraph,degree)
importFrom(igraph,graph_from_data_frame)
importFrom(igraph,induced.subgraph)
importFrom(igraph,layout.auto)
importFrom(igraph,layout_components)
importFrom(igraph,layout_nicely)
importFrom(igraph,layout_with_drl)
importFrom(igraph,layout_with_fr)
importFrom(igraph,layout_with_kk)
importFrom(igraph,make_clusters)
importFrom(tidyr,separate_rows)