-
Notifications
You must be signed in to change notification settings - Fork 8
/
NAMESPACE
41 lines (40 loc) · 1.02 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
# Generated by roxygen2: do not edit by hand
export(epm_fetch)
export(epm_import_xml)
export(epm_parse)
export(epm_parse_record)
export(epm_query)
export(epm_query_by_fulltitle)
export(epm_query_by_pmid)
export(fetch_pubmed_data)
export(get_epm_data)
export(get_epm_meta)
export(get_epm_raw)
export(get_epm_uilist)
export(get_pubmed_ids)
export(table_articles_byAuth)
exportClasses(easyPubMed)
exportMethods(fetchEPMData)
exportMethods(getEPMData)
exportMethods(getEPMJobList)
exportMethods(getEPMMeta)
exportMethods(getEPMMisc)
exportMethods(getEPMQuery)
exportMethods(getEPMRaw)
exportMethods(getEPMUilist)
exportMethods(parseEPMData)
exportMethods(setEPMData)
exportMethods(setEPMJobList)
exportMethods(setEPMMeta)
exportMethods(setEPMMisc)
exportMethods(setEPMQuery)
exportMethods(setEPMRaw)
exportMethods(setEPMUilist)
importFrom(methods,callNextMethod)
importFrom(methods,new)
importFrom(methods,show)
importFrom(rlang,warn)
importFrom(utils,head)
importFrom(utils,installed.packages)
importFrom(utils,tail)
importFrom(utils,write.table)