generated from datalab-dev/template_project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
82 lines (81 loc) · 2.31 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
# Generated by roxygen2: do not edit by hand
export(clean_entities)
export(combine_networks)
export(disambiguate)
export(export_to_network)
export(filter_sentences)
export(find_acronyms)
export(parse_text)
export(pdf_clean)
export(textnet_extract)
export(top_features)
import(data.table)
importFrom(R.utils,gunzip)
importFrom(data.table,rbindlist)
importFrom(data.table,setDT)
importFrom(dplyr,arrange)
importFrom(dplyr,case_when)
importFrom(dplyr,desc)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,summarize)
importFrom(igraph,E)
importFrom(igraph,V)
importFrom(igraph,as.undirected)
importFrom(igraph,as_data_frame)
importFrom(igraph,cluster_louvain)
importFrom(igraph,degree)
importFrom(igraph,delete.edges)
importFrom(igraph,delete.vertices)
importFrom(igraph,delete_edge_attr)
importFrom(igraph,edge_attr)
importFrom(igraph,edge_attr_names)
importFrom(igraph,graph_from_data_frame)
importFrom(igraph,head_of)
importFrom(igraph,is.loop)
importFrom(igraph,modularity)
importFrom(igraph,reciprocity)
importFrom(igraph,simplify)
importFrom(igraph,strength)
importFrom(igraph,tail_of)
importFrom(igraph,vertex_attr)
importFrom(magrittr,"%>%")
importFrom(methods,is)
importFrom(network,network)
importFrom(network,network.density)
importFrom(network,network.edgecount)
importFrom(network,network.size)
importFrom(ohenery,normalize)
importFrom(pbapply,pblapply)
importFrom(pdftools,pdf_ocr_text)
importFrom(pdftools,pdf_text)
importFrom(reticulate,py_config)
importFrom(sna,centralization)
importFrom(sna,connectedness)
importFrom(sna,gtrans)
importFrom(spacyr,spacy_finalize)
importFrom(spacyr,spacy_initialize)
importFrom(spacyr,spacy_parse)
importFrom(stats,aggregate)
importFrom(stats,median)
importFrom(stringi,stri_escape_unicode)
importFrom(stringi,stri_match_all)
importFrom(stringi,stri_match_last)
importFrom(stringi,stri_read_lines)
importFrom(stringi,stri_replace_all_regex)
importFrom(stringr,str_detect)
importFrom(stringr,str_remove)
importFrom(stringr,str_remove_all)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_split)
importFrom(tidyr,expand)
importFrom(tidyr,tibble)
importFrom(tools,file_ext)
importFrom(utils,data)
importFrom(utils,download.file)
importFrom(utils,untar)
importFrom(utils,unzip)
importFrom(xml2,read_xml)
importFrom(xml2,xml_attr)
importFrom(xml2,xml_find_all)