-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
62 lines (61 loc) · 1.68 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
# Generated by roxygen2: do not edit by hand
S3method(geojson_list,data.frame)
S3method(geojson_list,geo_list)
S3method(geojson_list,json)
S3method(geojson_list,list)
S3method(geojson_list,numeric)
S3method(geojson_list,sf)
S3method(geojson_list,sfc)
S3method(geojson_list,sfg)
export("%>%")
export(check_analysis_review)
export(check_analysis_status)
export(check_date_range)
export(check_streetlight_api)
export(create_streetlight_analysis)
export(create_tag)
export(geojson_list)
export(get_analysis_data)
export(get_analysis_shapefile)
export(list_available_tags)
export(lookup_analysis_id)
export(remove_analysis_tag)
export(streetlight_api_key)
export(streetlight_insight)
export(tag_analysis)
export(upload_zone_set)
export(validate_parameters)
importFrom(cli,cli_abort)
importFrom(cli,cli_alert)
importFrom(cli,cli_alert_danger)
importFrom(cli,cli_alert_info)
importFrom(cli,cli_alert_success)
importFrom(cli,cli_inform)
importFrom(cli,cli_warn)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(httr2,req_body_json)
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,request)
importFrom(httr2,resp_body_json)
importFrom(httr2,resp_status_desc)
importFrom(janitor,clean_names)
importFrom(magrittr,"%>%")
importFrom(purrr,flatten)
importFrom(purrr,map2)
importFrom(readr,read_delim)
importFrom(sf,read_sf)
importFrom(sf,st_as_sf)
importFrom(sf,st_cast)
importFrom(sf,st_crs)
importFrom(sf,st_transform)
importFrom(tibble,as_tibble)
importFrom(utils,URLencode)
importFrom(utils,read.table)
importFrom(utils,unzip)
importFrom(utils,write.table)