-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
77 lines (76 loc) · 2.05 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
66
67
68
69
70
71
72
73
74
75
76
77
# Generated by roxygen2: do not edit by hand
export(cache_dir)
export(clear_layer_cache)
export(empty_cache)
export(get_count)
export(get_feature_ids)
export(get_feature_server_details)
export(get_token)
export(query_layer)
export(set_cache_directory)
export(set_credentials)
importFrom(RcppSimdJson,fparse)
importFrom(dplyr,across)
importFrom(dplyr,any_of)
importFrom(dplyr,bind_rows)
importFrom(dplyr,filter)
importFrom(dplyr,if_else)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,select)
importFrom(geojsonsf,geojson_sf)
importFrom(geojsonsf,sf_geojson)
importFrom(geojsonsf,sfc_geojson)
importFrom(glue,glue)
importFrom(httr,GET)
importFrom(httr,POST)
importFrom(httr,authenticate)
importFrom(httr,content)
importFrom(httr,oauth2.0_token)
importFrom(httr,oauth_app)
importFrom(httr,oauth_endpoint)
importFrom(httr,status_code)
importFrom(httr,stop_for_status)
importFrom(jsonlite,read_json)
importFrom(jsonlite,write_json)
importFrom(lifecycle,deprecate_warn)
importFrom(lubridate,date)
importFrom(lubridate,format_ISO8601)
importFrom(lubridate,is.POSIXct)
importFrom(lubridate,milliseconds)
importFrom(lubridate,seconds)
importFrom(lubridate,with_tz)
importFrom(lubridate,ymd_hms)
importFrom(magrittr,"%>%")
importFrom(progress,progress_bar)
importFrom(purrr,flatten)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map_chr)
importFrom(purrr,map_df)
importFrom(purrr,map_lgl)
importFrom(purrr,set_names)
importFrom(readr,parse_datetime)
importFrom(rjson,fromJSON)
importFrom(rjson,toJSON)
importFrom(sf,st_as_text)
importFrom(sf,st_coordinates)
importFrom(sf,st_crs)
importFrom(sf,st_drop_geometry)
importFrom(sf,st_geometry)
importFrom(sf,st_geometry_type)
importFrom(sf,st_read)
importFrom(sf,st_simplify)
importFrom(sf,st_transform)
importFrom(sf,st_write)
importFrom(sf,st_zm)
importFrom(stats,rnorm)
importFrom(stringr,str_detect)
importFrom(stringr,str_remove)
importFrom(stringr,str_remove_all)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(utils,URLencode)
importFrom(utils,modifyList)
importFrom(utils,tail)