-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
38 lines (37 loc) · 939 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
# Generated by roxygen2: do not edit by hand
export(getCitation)
export(getPgParams)
export(modifyPubmedDb)
export(parseAbstract)
export(parseArticle)
export(parseArticleId)
export(parseAuthor)
export(parseChemical)
export(parseComment)
export(parseDataBank)
export(parseGrant)
export(parseInvestigator)
export(parseJournal)
export(parseKeyword)
export(parseMesh)
export(parseOther)
export(parsePmidStatus)
export(parsePubHistory)
export(parsePubType)
importFrom(curl,curl)
importFrom(data.table,":=")
importFrom(data.table,data.table)
importFrom(data.table,setattr)
importFrom(data.table,setcolorder)
importFrom(data.table,setnames)
importFrom(foreach,"%do%")
importFrom(foreach,"%dopar%")
importFrom(foreach,foreach)
importFrom(glue,glue)
importFrom(glue,glue_sql)
importFrom(xml2,xml_attr)
importFrom(xml2,xml_find_all)
importFrom(xml2,xml_find_first)
importFrom(xml2,xml_integer)
importFrom(xml2,xml_length)
importFrom(xml2,xml_text)