powered by
summary.gtfs
# S3 method for gtfs summary(object, ...)
A gtfs object to be summarised
gtfs
ignored here
berlin_gtfs_to_zip () f <- file.path (tempdir (), "vbb.zip") g <- extract_gtfs (f) summary (g) g <- gtfs_timetable (g) summary (g) # also summarizes additional timetable information
Run the code above in your browser using DataLab