-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
34 lines (33 loc) · 949 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
# Generated by roxygen2: do not edit by hand
export(data_mesh_embeddings)
export(data_mesh_thesaurus)
export(data_mesh_trees)
export(data_pharm_action)
export(data_pmc_list)
export(get_records)
export(search_pubmed)
import(data.table)
importFrom(data.table,fread)
importFrom(data.table,rbindlist)
importFrom(data.table,setDT)
importFrom(httr,GET)
importFrom(httr,content)
importFrom(httr,timeout)
importFrom(httr,write_disk)
importFrom(jsonlite,stream_in)
importFrom(parallel,clusterExport)
importFrom(parallel,detectCores)
importFrom(parallel,makeCluster)
importFrom(parallel,stopCluster)
importFrom(pbapply,pblapply)
importFrom(rappdirs,user_data_dir)
importFrom(rentrez,entrez_fetch)
importFrom(rentrez,entrez_search)
importFrom(utils,download.file)
importFrom(utils,read.csv)
importFrom(utils,untar)
importFrom(xml2,read_xml)
importFrom(xml2,xml_children)
importFrom(xml2,xml_find_all)
importFrom(xml2,xml_find_first)
importFrom(xml2,xml_text)