-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNAMESPACE
33 lines (32 loc) · 906 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export(get_cardinal_dirs)
export(read_telraam_cameras)
export(read_telraam_segments)
export(read_telraam_traffic)
export(set_telraam_token)
export(tidy_directional)
importFrom(dplyr,across)
importFrom(dplyr,ends_with)
importFrom(dplyr,everything)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(dplyr,starts_with)
importFrom(geojsonsf,geojson_sf)
importFrom(httr,VERB)
importFrom(httr,add_headers)
importFrom(httr,content)
importFrom(lubridate,`tz<-`)
importFrom(lubridate,hour)
importFrom(lubridate,wday)
importFrom(lubridate,ymd_hms)
importFrom(rjson,fromJSON)
importFrom(rlang,.data)
importFrom(sf,`st_crs<-`)
importFrom(sf,st_drop_geometry)
importFrom(sf,st_transform)
importFrom(stplanr,line_bearing)
importFrom(stringr,str_extract)
importFrom(tidyr,all_of)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,unnest)