Learn R Programming

gtfsrouter (version 0.0.5)

summary.gtfs: summary.gtfs

Description

summary.gtfs

Usage

# S3 method for gtfs
summary(object, ...)

Arguments

object

A gtfs object to be summarised

...

ignored here

Examples

Run this code
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