This repository has been archived by the owner on Sep 9, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 47
/
NAMESPACE
109 lines (108 loc) · 2.62 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(as_ftdmurl,character)
S3method(as_ftdmurl,ftdmurl)
S3method(ft_abstract,character)
S3method(ft_abstract,default)
S3method(ft_abstract,numeric)
S3method(ft_collect,default)
S3method(ft_collect,ft_data)
S3method(ft_extract,character)
S3method(ft_extract,ft_data)
S3method(ft_extract,raw)
S3method(ft_get,character)
S3method(ft_get,default)
S3method(ft_get,ft)
S3method(ft_get,ft_links)
S3method(ft_get,list)
S3method(ft_links,character)
S3method(ft_links,ft)
S3method(ft_links,ft_ind)
S3method(ft_text,default)
S3method(ft_text,ft_data)
S3method(print,crm_pdf)
S3method(print,crm_pdf_text)
S3method(print,ft)
S3method(print,ft_abstract)
S3method(print,ft_data)
S3method(print,ft_ind)
S3method(print,ft_links)
S3method(print,ft_parsed)
S3method(print,ftdmurl)
S3method(print,pdft_char)
export("%>%")
export(as.ft_data)
export(as_ftdmurl)
export(biorxiv_search)
export(bmc_search)
export(cache_file_info)
export(cache_options_get)
export(cache_options_set)
export(chunks)
export(collect)
export(eupmc_fields)
export(eupmc_search)
export(eupmc_xml)
export(ft_abstract)
export(ft_abstract_ls)
export(ft_browse)
export(ft_browse_sections)
export(ft_chunks)
export(ft_collect)
export(ft_cr_links)
export(ft_extract)
export(ft_extract_corpus)
export(ft_get)
export(ft_get_keys)
export(ft_get_ls)
export(ft_get_si)
export(ft_links)
export(ft_links_ls)
export(ft_providers)
export(ft_search)
export(ft_search_ls)
export(ft_serialize)
export(ft_table)
export(ft_tabularize)
export(ft_text)
export(ftd_doi)
export(ftd_fetch_patterns)
export(ftdoi_cache)
export(ftxt_cache)
export(get_text)
export(microsoft_links)
export(microsoft_search)
export(pdfx)
export(scopus_search)
export(scopus_search_loop)
export(tabularize)
importFrom(aRxiv,arxiv_search)
importFrom(crul,Async)
importFrom(crul,HttpClient)
importFrom(digest,digest)
importFrom(magrittr,"%>%")
importFrom(microdemic,ma_abstract)
importFrom(microdemic,ma_evaluate)
importFrom(rcrossref,cr_ft_links)
importFrom(rcrossref,cr_journals)
importFrom(rcrossref,cr_members)
importFrom(rcrossref,cr_works)
importFrom(rentrez,entrez_fetch)
importFrom(rentrez,entrez_link)
importFrom(rentrez,entrez_search)
importFrom(rentrez,entrez_summary)
importFrom(rplos,plos_fulltext)
importFrom(rplos,searchplos)
importFrom(stats,na.omit)
importFrom(storr,storr_rds)
importFrom(tibble,as_tibble)
importFrom(xml2,read_html)
importFrom(xml2,read_xml)
importFrom(xml2,xml_attr)
importFrom(xml2,xml_children)
importFrom(xml2,xml_contents)
importFrom(xml2,xml_find_all)
importFrom(xml2,xml_find_first)
importFrom(xml2,xml_name)
importFrom(xml2,xml_ns)
importFrom(xml2,xml_ns_strip)
importFrom(xml2,xml_text)