-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
78 lines (77 loc) · 1.83 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
# Generated by roxygen2: do not edit by hand
export(cite_cr)
export(cite_dim)
export(cite_gs)
export(cite_metric)
export(cite_oc)
export(cite_scopus)
export(diffdate_text)
export(extract_doi)
export(extract_doi_auth)
export(extract_impact_factor)
export(extract_pmid)
export(format_intersect)
export(format_pubmed_xml)
export(impact_altmetric)
export(impact_auth)
export(impact_auth_network)
export(impact_cite)
export(ref_presentation)
export(ref_publication)
export(score_alm)
export(search_pubmed)
export(sift)
import(RCurl)
import(citecorp)
import(dplyr)
import(furrr)
import(httr)
import(jsonlite)
import(lubridate)
import(magrittr)
import(purrr)
import(rscopus)
import(stringi)
import(stringr)
import(tibble)
import(tidyr)
import(xml2)
importFrom(dplyr,arrange)
importFrom(dplyr,filter)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,select)
importFrom(furrr,future_map2_dfr)
importFrom(gcite,gcite_user_info)
importFrom(jsonlite,fromJSON)
importFrom(lubridate,as_date)
importFrom(lubridate,as_datetime)
importFrom(lubridate,day)
importFrom(lubridate,month)
importFrom(lubridate,year)
importFrom(lubridate,ymd)
importFrom(purrr,map)
importFrom(purrr,map_chr)
importFrom(purrr,map_df)
importFrom(purrr,map_lgl)
importFrom(rAltmetric,altmetric_data)
importFrom(rAltmetric,altmetrics)
importFrom(rcrossref,cr_citation_count)
importFrom(rcrossref,cr_cn)
importFrom(rcrossref,cr_works)
importFrom(rcrossref,id_converter)
importFrom(rlang,is_empty)
importFrom(rvest,html_text)
importFrom(scales,ordinal)
importFrom(stringi,stri_locate_last)
importFrom(stringr,str_count)
importFrom(stringr,str_replace)
importFrom(stringr,str_split)
importFrom(stringr,str_split_fixed)
importFrom(stringr,str_sub)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,unite)
importFrom(tidyr,unnest)
importFrom(xml2,read_html)
importFrom(zoo,na.locf)