-
Notifications
You must be signed in to change notification settings - Fork 7
/
NAMESPACE
46 lines (45 loc) · 1.15 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("%>%")
export(get_event)
export(get_event_stats)
export(get_last_report)
export(get_raster)
export(get_region_id)
export(get_regions)
export(get_vessel_info)
export(gfw_auth)
export(gfw_user_agent)
export(sf_to_geojson)
export(vector_to_array)
import(class)
importFrom(dplyr,across)
importFrom(dplyr,bind_rows)
importFrom(dplyr,filter)
importFrom(dplyr,mutate)
importFrom(geojsonsf,sf_geojson)
importFrom(httr2,req_body_raw)
importFrom(httr2,req_error)
importFrom(httr2,req_headers)
importFrom(httr2,req_perform)
importFrom(httr2,req_url_path_append)
importFrom(httr2,req_url_query)
importFrom(httr2,req_user_agent)
importFrom(httr2,request)
importFrom(httr2,resp_body_json)
importFrom(httr2,resp_body_raw)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,unbox)
importFrom(magrittr,"%>%")
importFrom(methods,is)
importFrom(purrr,flatten)
importFrom(purrr,map)
importFrom(purrr,map_chr)
importFrom(purrr,map_dbl)
importFrom(purrr,pluck)
importFrom(readr,read_csv)
importFrom(rjson,toJSON)
importFrom(rlang,.data)
importFrom(tibble,enframe)
importFrom(tibble,tibble)
importFrom(tidyr,unnest_wider)
importFrom(utils,unzip)