-
Notifications
You must be signed in to change notification settings - Fork 16
/
NAMESPACE
109 lines (108 loc) · 2.65 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
# Generated by roxygen2: do not edit by hand
S3method(print,scopus_api_key)
S3method(print,token)
S3method(print,ws_result)
export("%>%")
export(abstract_retrieval)
export(affil_data)
export(affil_df)
export(affil_list_to_df)
export(affil_search)
export(affiliation_retrieval)
export(all_possible_affils)
export(article_retrieval)
export(auth_token_header)
export(author_data)
export(author_df)
export(author_df_orig)
export(author_list)
export(author_retrieval)
export(author_retrieval_id)
export(author_search)
export(author_search_by_affil)
export(bibtex_core_data)
export(citation_retrieval)
export(collapse_affil)
export(complete_multi_author_info)
export(download_object)
export(download_objects)
export(elsevier_authenticate)
export(embase_retrieval)
export(entitlement_retrieval)
export(entries_to_affil_list)
export(entries_to_citation_df)
export(entries_to_df)
export(entries_to_df2)
export(entry_to_affil)
export(first_url)
export(gen_entries_to_df)
export(generic_elsevier_api)
export(get_affiliation_info)
export(get_all_coauthors)
export(get_api_key)
export(get_author_info)
export(get_complete_author_info)
export(get_first)
export(get_last)
export(get_link_type)
export(get_links)
export(get_next)
export(get_prev)
export(get_self)
export(get_url)
export(have_api_key)
export(inst_token_header)
export(is_elsevier_authorized)
export(is_elsevier_guest)
export(last_url)
export(metadata_retrieval)
export(multi_author_info)
export(multi_author_retrieval)
export(next_url)
export(object_retrieval)
export(parse_citation_retrieval)
export(plumx_metrics)
export(plumx_types)
export(prev_url)
export(process_affiliation_name)
export(process_author_name)
export(process_complete_multi_author_info)
export(process_object_retrieval)
export(read_cto)
export(read_cto_long)
export(recommendation_retrieval)
export(replace_non_ascii)
export(reveal)
export(scidir_search)
export(sciencedirect_search)
export(scopus_search)
export(self_url)
export(set_api_key)
export(subject_area_codes)
export(subject_areas)
importFrom(dplyr,as_tibble)
importFrom(dplyr,bind_rows)
importFrom(dplyr,full_join)
importFrom(dplyr,left_join)
importFrom(glue,glue)
importFrom(httr,GET)
importFrom(httr,add_headers)
importFrom(httr,build_url)
importFrom(httr,content)
importFrom(httr,headers)
importFrom(httr,parse_url)
importFrom(httr,stop_for_status)
importFrom(httr,write_disk)
importFrom(jsonlite,fromJSON)
importFrom(magrittr,"%>%")
importFrom(plyr,.)
importFrom(plyr,ddply)
importFrom(plyr,llply)
importFrom(stats,reshape)
importFrom(tidyr,gather_)
importFrom(tidyr,nest)
importFrom(tools,file_ext)
importFrom(utils,URLencode)
importFrom(utils,read.csv)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)