-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
65 lines (64 loc) · 1.71 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
# Generated by roxygen2: do not edit by hand
export(check_felt_url)
export(create_felt_layer)
export(create_felt_map)
export(delete_felt_layer)
export(delete_felt_map)
export(felt_user)
export(get_felt_comments)
export(get_felt_data)
export(get_felt_map)
export(get_felt_style)
export(get_felt_token)
export(is_felt_url)
export(read_felt)
export(read_felt_layers)
export(read_felt_map)
export(read_felt_raster)
export(set_felt_token)
export(update_felt_layer)
import(rlang)
importFrom(cli,cli_abort)
importFrom(cli,cli_alert_danger)
importFrom(cli,cli_alert_success)
importFrom(cli,cli_bullets)
importFrom(cli,cli_progress_message)
importFrom(grDevices,col2rgb)
importFrom(grDevices,colors)
importFrom(grDevices,rgb)
importFrom(httr2,req_auth_bearer_token)
importFrom(httr2,req_error)
importFrom(httr2,req_method)
importFrom(httr2,req_perform)
importFrom(httr2,req_url_query)
importFrom(httr2,req_user_agent)
importFrom(httr2,request)
importFrom(httr2,resp_body_json)
importFrom(httr2,resp_body_string)
importFrom(lifecycle,deprecated)
importFrom(rlang,"%||%")
importFrom(rlang,call_name)
importFrom(rlang,caller_arg)
importFrom(rlang,caller_call)
importFrom(rlang,caller_env)
importFrom(rlang,current_env)
importFrom(rlang,is_empty)
importFrom(rlang,is_false)
importFrom(rlang,is_null)
importFrom(rlang,is_string)
importFrom(rlang,is_true)
importFrom(rlang,local_options)
importFrom(rlang,set_names)
importFrom(rlang,zap)
importFrom(sf,read_sf)
importFrom(sf,st_as_sf)
importFrom(sf,st_coordinates)
importFrom(sf,st_is)
importFrom(sf,st_point)
importFrom(sf,st_point_on_surface)
importFrom(sf,st_transform)
importFrom(sf,st_union)
importFrom(utils,read.table)
importFrom(utils,write.table)
importFrom(vctrs,list_drop_empty)
importFrom(vctrs,vec_rbind)