-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
46 lines (45 loc) · 1.18 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
# Generated by roxygen2: do not edit by hand
export(download_geodata)
export(download_stac_assets)
export(get_available_geodata)
export(get_stac_assets)
export(get_stac_collections)
export(search_geodata)
export(show_metadata)
export(show_preview)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(httr,GET)
importFrom(httr,content)
importFrom(httr,modify_url)
importFrom(magrittr,"%>%")
importFrom(purrr,map)
importFrom(purrr,map2_chr)
importFrom(purrr,map_chr)
importFrom(purrr,map_int)
importFrom(purrr,map_lgl)
importFrom(purrr,walk2)
importFrom(rvest,html_attr)
importFrom(rvest,html_nodes)
importFrom(rvest,html_text)
importFrom(sf,st_as_sf)
importFrom(sf,st_bbox)
importFrom(sf,st_transform)
importFrom(stringr,str_detect)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_split)
importFrom(tibble,tibble)
importFrom(tidyr,complete)
importFrom(tidyr,fill)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,unnest_wider)
importFrom(utils,browseURL)
importFrom(utils,download.file)
importFrom(utils,menu)
importFrom(utils,tail)