-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathNAMESPACE
45 lines (44 loc) · 1.19 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
# Generated by roxygen2: do not edit by hand
S3method(as_dt_gtfs,gtfs)
S3method(as_dt_gtfs,list)
S3method(as_dt_gtfs,tidygtfs)
export(as_dt_gtfs)
export(convert_sf_to_shapes)
export(convert_shapes_to_sf)
export(convert_stops_to_sf)
export(convert_time_to_seconds)
export(download_validator)
export(filter_by_agency_id)
export(filter_by_route_id)
export(filter_by_route_type)
export(filter_by_service_id)
export(filter_by_sf)
export(filter_by_shape_id)
export(filter_by_spatial_extent)
export(filter_by_stop_id)
export(filter_by_time_of_day)
export(filter_by_trip_id)
export(filter_by_weekday)
export(frequencies_to_stop_times)
export(get_children_stops)
export(get_parent_station)
export(get_stop_times_patterns)
export(get_trip_duration)
export(get_trip_geometry)
export(get_trip_length)
export(get_trip_segment_duration)
export(get_trip_speed)
export(merge_gtfs)
export(read_gtfs)
export(remove_duplicates)
export(set_trip_speed)
export(validate_gtfs)
export(write_gtfs)
importFrom(data.table,"%chin%")
importFrom(data.table,":=")
importFrom(data.table,.GRP)
importFrom(data.table,.I)
importFrom(data.table,.N)
importFrom(data.table,.SD)
importFrom(utils,globalVariables)
useDynLib(gtfstools, .registration = TRUE)