-
Notifications
You must be signed in to change notification settings - Fork 7
/
NAMESPACE
executable file
·41 lines (40 loc) · 925 Bytes
/
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
# Generated by roxygen2: do not edit by hand
S3method(plot,scimeetrsum)
S3method(print,scimeetr)
S3method(print,scimeetrsum)
S3method(summary,scimeetr)
export(as.scimeetr)
export(characterize_ab)
export(characterize_au)
export(characterize_co)
export(characterize_jo)
export(characterize_kw)
export(characterize_ti)
export(characterize_un)
export(compare_scimap)
export(dive_to)
export(find_citer)
export(find_citers_of_other_com)
export(focus_on)
export(import_scopus_files)
export(import_wos_files)
export(make_recid)
export(merge_scimaps)
export(merge_scopus_and_wos)
export(plot_citer_network)
export(plot_publication_network)
export(plot_subcommunities)
export(scilist)
export(scilist_all)
export(scimap)
export(scishine)
export(split_cr)
import(data.table)
import(dplyr)
import(purrr)
import(shiny)
import(shinydashboard)
import(stringr)
importFrom(dplyr,"%>%")
importFrom(igraph,plot.igraph)
importFrom(pryr,"%<a-%")