-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathNAMESPACE
More file actions
48 lines (47 loc) · 1.24 KB
/
NAMESPACE
File metadata and controls
48 lines (47 loc) · 1.24 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
# Generated by roxygen2: do not edit by hand
export(add_database_info)
export(cett_nodes_options)
export(drug_node_options)
export(merge_drugbank_onsides)
export(merge_drugbank_twosides)
export(parseDrugBank)
export(parseOnSIDES)
export(parseTWOSIDES)
export(references_node_options)
export(show_dvobject_metadata)
export(subset_drugbank_dvobject)
export(subset_onsides_dvobject)
import(dplyr)
importFrom(XML,xmlApply)
importFrom(XML,xmlChildren)
importFrom(XML,xmlGetAttr)
importFrom(XML,xmlParse)
importFrom(XML,xmlRoot)
importFrom(XML,xmlSApply)
importFrom(XML,xmlSize)
importFrom(XML,xmlToDataFrame)
importFrom(XML,xmlToList)
importFrom(XML,xmlValue)
importFrom(data.table,fread)
importFrom(dplyr,.data)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(progress,progress_bar)
importFrom(purrr,"%||%")
importFrom(purrr,'%>%')
importFrom(purrr,is_empty)
importFrom(purrr,is_null)
importFrom(purrr,map_chr)
importFrom(purrr,map_df)
importFrom(tibble,as_tibble)
importFrom(tibble,as_tibble_row)
importFrom(tibble,tibble)
importFrom(tibble,tibble_row)
importFrom(utils,object.size)
importFrom(utils,stack)
importFrom(utils,unzip)