summary.gtfs
# S3 method for gtfs
summary(object, ...)
A gtfs
object to be summarised
ignored here
Other additional:
go_home()
,
go_to_work()
,
plot.gtfs_ischrone
,
process_gtfs_local()
berlin_gtfs_to_zip ()
#> [1] "/tmp/Rtmpdg7K8g/vbb.zip"
f <- file.path (tempdir (), "vbb.zip")
g <- extract_gtfs (f)
#> ▶ Unzipping GTFS archive
#>
✔ Unzipped GTFS archive
#> ▶ Extracting GTFS feed
#>
✔ Extracted GTFS feed
#> ▶ Converting stop times to seconds
#>
✔ Converted stop times to seconds
#> ▶ Converting transfer times to seconds
#>
✔ Converted transfer times to seconds
summary (g)
#> A gtfs object with the following tables and respective numbers of entries in each:
#> calendar routes trips stop_times stops transfers
#> 2395 52 28590 22666 957 9833
g <- gtfs_timetable (g)
#> Day not specified; extracting timetable for sunday
summary (g) # also summarizes additional timetable information
#> A gtfs timetable object with the following tables and respective numbers of entries in each:
#> calendar routes trips stop_times stops transfers timetable
#> 2395 52 5442 6487 957 9833 5968
#> stop_ids trip_ids
#> 957 5442