-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
46 lines (45 loc) · 1.08 KB
/
NAMESPACE
File metadata and controls
46 lines (45 loc) · 1.08 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(build_shapes)
export(calendar_nextBusinessWednesday)
export(classify_frequency_los)
export(create_calendar)
export(filter_by_agency)
export(filter_by_modes)
export(filter_by_route_name)
export(get_network_extension)
export(get_prioritization_stats)
export(get_route_frequency_hourly)
export(get_stop_frequency_hourly)
export(get_way_frequency_hourly)
export(load_feed)
export(network_overline)
export(osm_bus_lanes)
export(osm_centerlines)
export(osm_shapes_match_routes)
export(osm_shapes_to_routes)
export(osm_trips_to_routes)
export(prioritize_lanes)
export(query_mobilitydatabase)
export(rt_collect_json)
export(rt_collect_protobuf)
export(rt_extend_prioritization)
export(unify)
import(RProtoBuf)
import(callr)
import(dplyr)
import(httr)
import(jsonlite)
import(lubridate)
import(osmdata)
import(progress)
import(reticulate)
import(sf)
import(stplanr)
import(stringi)
import(stringr)
import(tidytransit)
import(tidyverse)
import(xml2)
importFrom(gtfsrouter,extract_gtfs)
importFrom(gtfsrouter,gtfs_transfer_table)
importFrom(gtfstools,merge_gtfs)