-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
43 lines (42 loc) · 1.16 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
# Generated by roxygen2: do not edit by hand
export(bing_maps_api_key)
export(bingmap_image_ggplot)
export(get_bing_maps_api_key)
export(get_map_image)
export(get_map_meta)
export(get_request_url)
export(req_bingmapr)
importFrom(cli,cli_abort)
importFrom(cli,cli_alert_success)
importFrom(cli,cli_bullets)
importFrom(cli,cli_warn)
importFrom(httr2,req_error)
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(magick,image_ggplot)
importFrom(magick,image_read)
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(sf,st_as_sfc)
importFrom(sf,st_bbox)
importFrom(sf,st_centroid)
importFrom(sf,st_coordinates)
importFrom(sf,st_crs)
importFrom(sf,st_transform)
importFrom(sf,st_union)
importFrom(utils,read.table)
importFrom(utils,write.table)