-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
230 lines (229 loc) · 5.95 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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
# Generated by roxygen2: do not edit by hand
S3method(arrange,data_request)
S3method(arrange,metadata_request)
S3method(collapse,data_request)
S3method(collapse,files_request)
S3method(collapse,metadata_request)
S3method(collect,computed_query)
S3method(collect,data_request)
S3method(collect,files_request)
S3method(collect,metadata_request)
S3method(collect,query)
S3method(compute,data_request)
S3method(compute,files_request)
S3method(compute,metadata_request)
S3method(compute,query)
S3method(count,data_request)
S3method(filter,data_request)
S3method(filter,files_request)
S3method(filter,metadata_request)
S3method(group_by,data_request)
S3method(identify,data_request)
S3method(identify,metadata_request)
S3method(print,computed_query)
S3method(print,data_request)
S3method(print,files_request)
S3method(print,galah_config)
S3method(print,metadata_request)
S3method(print,query)
S3method(print,query_set)
S3method(select,data_request)
S3method(slice_head,data_request)
S3method(slice_head,metadata_request)
S3method(st_crop,data_request)
export(apply_profile)
export(arrange)
export(atlas_citation)
export(atlas_counts)
export(atlas_media)
export(atlas_occurrences)
export(atlas_species)
export(atlas_taxonomy)
export(collapse)
export(collect)
export(collect_media)
export(compute)
export(count)
export(desc)
export(filter)
export(galah_apply_profile)
export(galah_bbox)
export(galah_call)
export(galah_config)
export(galah_filter)
export(galah_geolocate)
export(galah_group_by)
export(galah_identify)
export(galah_polygon)
export(galah_radius)
export(galah_select)
export(geolocate)
export(group_by)
export(identify)
export(request_data)
export(request_files)
export(request_metadata)
export(search_all)
export(search_apis)
export(search_assertions)
export(search_atlases)
export(search_collections)
export(search_datasets)
export(search_fields)
export(search_identifiers)
export(search_licences)
export(search_lists)
export(search_profiles)
export(search_providers)
export(search_ranks)
export(search_reasons)
export(search_taxa)
export(search_values)
export(select)
export(show_all)
export(show_all_apis)
export(show_all_assertions)
export(show_all_atlases)
export(show_all_collections)
export(show_all_datasets)
export(show_all_fields)
export(show_all_licences)
export(show_all_lists)
export(show_all_profiles)
export(show_all_providers)
export(show_all_ranks)
export(show_all_reasons)
export(show_values)
export(slice_head)
export(st_crop)
export(unnest)
importFrom(cli,cli_div)
importFrom(cli,cli_end)
importFrom(cli,cli_text)
importFrom(cli,col_magenta)
importFrom(cli,col_yellow)
importFrom(crayon,make_style)
importFrom(crayon,silver)
importFrom(dplyr,all_of)
importFrom(dplyr,any_of)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,c_across)
importFrom(dplyr,case_match)
importFrom(dplyr,collapse)
importFrom(dplyr,collect)
importFrom(dplyr,compute)
importFrom(dplyr,count)
importFrom(dplyr,desc)
importFrom(dplyr,filter)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,join_by)
importFrom(dplyr,last_col)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,relocate)
importFrom(dplyr,rename)
importFrom(dplyr,right_join)
importFrom(dplyr,rowwise)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(dplyr,slice_head)
importFrom(dplyr,starts_with)
importFrom(dplyr,ungroup)
importFrom(glue,glue)
importFrom(glue,glue_collapse)
importFrom(glue,glue_data)
importFrom(graphics,identify)
importFrom(httr2,req_body_raw)
importFrom(httr2,req_error)
importFrom(httr2,req_headers)
importFrom(httr2,req_perform)
importFrom(httr2,req_timeout)
importFrom(httr2,request)
importFrom(httr2,resp_body_json)
importFrom(httr2,resp_body_string)
importFrom(httr2,url_build)
importFrom(httr2,url_parse)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,toJSON)
importFrom(jsonlite,unbox)
importFrom(lifecycle,badge)
importFrom(lifecycle,deprecate_stop)
importFrom(lifecycle,deprecate_warn)
importFrom(potions,brew)
importFrom(potions,pour)
importFrom(purrr,list_flatten)
importFrom(purrr,list_transpose)
importFrom(purrr,map)
importFrom(purrr,pluck)
importFrom(purrr,pluck_depth)
importFrom(purrr,rate_backoff)
importFrom(purrr,rate_delay)
importFrom(purrr,rate_sleep)
importFrom(readr,cols)
importFrom(readr,read_csv)
importFrom(readr,read_tsv)
importFrom(rlang,.data)
importFrom(rlang,abort)
importFrom(rlang,as_label)
importFrom(rlang,as_name)
importFrom(rlang,as_quosure)
importFrom(rlang,as_string)
importFrom(rlang,caller_env)
importFrom(rlang,enquo)
importFrom(rlang,enquos)
importFrom(rlang,eval_tidy)
importFrom(rlang,expr_text)
importFrom(rlang,f_lhs)
importFrom(rlang,f_rhs)
importFrom(rlang,format_error_bullets)
importFrom(rlang,get_env)
importFrom(rlang,get_expr)
importFrom(rlang,inform)
importFrom(rlang,is_bare_environment)
importFrom(rlang,is_empty)
importFrom(rlang,is_list)
importFrom(rlang,is_quosure)
importFrom(rlang,is_string)
importFrom(rlang,is_syntactic_literal)
importFrom(rlang,new_quosure)
importFrom(rlang,parse_expr)
importFrom(rlang,quo_get_env)
importFrom(rlang,quo_get_expr)
importFrom(rlang,quo_is_call)
importFrom(rlang,quo_is_symbol)
importFrom(rlang,quo_squash)
importFrom(rlang,try_fetch)
importFrom(rlang,warn)
importFrom(sf,st_as_sf)
importFrom(sf,st_as_sfc)
importFrom(sf,st_as_text)
importFrom(sf,st_bbox)
importFrom(sf,st_cast)
importFrom(sf,st_coordinates)
importFrom(sf,st_crop)
importFrom(sf,st_crs)
importFrom(sf,st_geometry)
importFrom(sf,st_geometry_type)
importFrom(sf,st_is_empty)
importFrom(sf,st_is_simple)
importFrom(sf,st_is_valid)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract)
importFrom(stringr,str_remove)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_split)
importFrom(stringr,str_to_title)
importFrom(stringr,str_trim)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tidyr,drop_na)
importFrom(tidyr,unnest_longer)
importFrom(tidyselect,eval_select)
importFrom(utils,URLdecode)
importFrom(utils,URLencode)
importFrom(utils,adist)
importFrom(utils,unzip)