-
Notifications
You must be signed in to change notification settings - Fork 8
/
NAMESPACE
47 lines (46 loc) · 1.17 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
# Generated by roxygen2: do not edit by hand
export(epmc_annotations_by_id)
export(epmc_citations)
export(epmc_db)
export(epmc_db_count)
export(epmc_details)
export(epmc_ftxt)
export(epmc_ftxt_book)
export(epmc_hits)
export(epmc_hits_trend)
export(epmc_lablinks)
export(epmc_lablinks_count)
export(epmc_profile)
export(epmc_refs)
export(epmc_search)
export(epmc_search_)
export(epmc_search_by_doi)
export(epmc_search_by_doi_)
importFrom(dplyr,"%>%")
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,progress_estimated)
importFrom(dplyr,select_if)
importFrom(httr,GET)
importFrom(httr,RETRY)
importFrom(httr,content)
importFrom(httr,modify_url)
importFrom(httr,status_code)
importFrom(httr,stop_for_status)
importFrom(httr,user_agent)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,rbind_pages)
importFrom(jsonlite,validate)
importFrom(plyr,ldply)
importFrom(plyr,rbind.fill)
importFrom(progress,progress_bar)
importFrom(purrr,map)
importFrom(purrr,map_df)
importFrom(rlang,.data)
importFrom(stats,runif)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tidyr,unnest)
importFrom(urltools,url_decode)
importFrom(utils,URLencode)
importFrom(xml2,read_xml)