-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
46 lines (45 loc) · 1.18 KB
/
NAMESPACE
File metadata and controls
46 lines (45 loc) · 1.18 KB
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
# Generated by roxygen2: do not edit by hand
export(classify_cycle_infrastructure)
export(classify_shared_use)
export(classify_speeds)
export(clean_speeds)
export(clean_widths)
export(count_bus_lanes)
export(distance_to_road)
export(estimate_traffic)
export(et_active)
export(get_active_travel_network)
export(get_bus_routes)
export(get_cycling_network)
export(get_driving_network)
export(get_driving_network_major)
export(get_palette_npt)
export(get_points)
export(get_traffic_calming)
export(get_parallel_values)
export(get_travel_network)
export(is_wide)
export(level_of_service)
export(npt_to_cbd_aadt)
export(npt_to_cbd_aadt_character)
export(npt_to_cbd_aadt_numeric)
export(plot_osm_tmap)
importFrom(dplyr,all_of)
importFrom(dplyr,case_when)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,if_else)
importFrom(dplyr,inner_join)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,rename)
importFrom(dplyr,row_number)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(sf,st_buffer)
importFrom(sf,st_drop_geometry)
importFrom(sf,st_geometry)
importFrom(sf,st_join)
importFrom(sf,st_point_on_surface)
importFrom(sf,st_sf)