forked from poldham/opsrdev
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathNAMESPACE
42 lines (41 loc) · 987 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
39
40
41
42
# Generated by roxygen2: do not edit by hand
export(ops_auth)
export(ops_biblio)
export(ops_biblio_rename)
export(ops_count)
export(ops_country)
export(ops_fetch_biblio)
export(ops_filter)
export(ops_fulltext)
export(ops_get)
export(ops_iterate)
export(ops_numbers)
export(ops_numbers_)
export(ops_post)
export(ops_publications)
export(ops_status)
export(ops_urls)
export(parse_numbers_results_)
export(rename_lens)
importFrom(RCurl,base64)
importFrom(dplyr,"%>%")
importFrom(dplyr,bind_cols)
importFrom(dplyr,filter)
importFrom(dplyr,left_join)
importFrom(dplyr,rename_)
importFrom(dplyr,select)
importFrom(dplyr,select_)
importFrom(httr,GET)
importFrom(httr,POST)
importFrom(httr,accept)
importFrom(httr,content)
importFrom(httr,content_type)
importFrom(magrittr,"%>%")
importFrom(pbapply,pblapply)
importFrom(plyr,ldply)
importFrom(reshape2,melt)
importFrom(stats,aggregate)
importFrom(stringr,str_replace)
importFrom(tidyr,separate)
importFrom(tidyr,spread)
importFrom(tidyr,unite)