-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
97 lines (96 loc) · 2.46 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
# Generated by roxygen2: do not edit by hand
S3method(format,ipni_author)
S3method(format,ipni_citation)
S3method(format,ipni_publication)
S3method(format,ipni_search)
S3method(format,knms_match)
S3method(format,powo_search)
S3method(format,powo_taxon)
S3method(format,wcvp_search)
S3method(format,wcvp_taxon)
S3method(kew_citation,ipni)
S3method(kew_citation,knms_match)
S3method(kew_citation,krs_match)
S3method(kew_citation,powo)
S3method(kew_citation,tol)
S3method(kew_citation,wcvp)
S3method(print,ipni_author)
S3method(print,ipni_citation)
S3method(print,ipni_publication)
S3method(print,ipni_search)
S3method(print,knms_match)
S3method(print,krs_match)
S3method(print,powo_search)
S3method(print,powo_taxon)
S3method(print,tol_fasta)
S3method(print,tol_gene)
S3method(print,tol_search)
S3method(print,tol_specimen)
S3method(print,tol_tree)
S3method(print,wcvp_search)
S3method(print,wcvp_taxon)
S3method(request_next,ipni_search)
S3method(request_next,powo_search)
S3method(request_next,tol_search)
S3method(request_next,wcvp_search)
S3method(tidy,ipni_author)
S3method(tidy,ipni_citation)
S3method(tidy,ipni_publication)
S3method(tidy,ipni_search)
S3method(tidy,knms_match)
S3method(tidy,krs_match)
S3method(tidy,powo_search)
S3method(tidy,powo_taxon)
S3method(tidy,tol_gene)
S3method(tidy,tol_search)
S3method(tidy,tol_specimen)
S3method(tidy,wcvp_search)
S3method(tidy,wcvp_taxon)
export(download_tol)
export(download_wcvp)
export(get_filters)
export(get_keywords)
export(kew_citation)
export(load_tol)
export(lookup_ipni)
export(lookup_powo)
export(lookup_tol)
export(lookup_wcvp)
export(match_knms)
export(match_krs)
export(request_next)
export(search_ipni)
export(search_powo)
export(search_tol)
export(search_wcvp)
export(tidy)
import(httr)
importFrom(dplyr,na_if)
importFrom(generics,tidy)
importFrom(glue,glue)
importFrom(glue,glue_collapse)
importFrom(here,here)
importFrom(httr,GET)
importFrom(httr,user_agent)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,toJSON)
importFrom(purrr,every)
importFrom(purrr,flatten_chr)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map_chr)
importFrom(purrr,map_dfr)
importFrom(purrr,map_lgl)
importFrom(purrr,pluck)
importFrom(rlang,.data)
importFrom(rvest,html_attr)
importFrom(rvest,html_nodes)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract)
importFrom(tibble,as_tibble_row)
importFrom(tibble,tibble)
importFrom(tidyr,fill)
importFrom(utils,bibentry)
importFrom(utils,download.file)
importFrom(utils,head)
importFrom(utils,str)