| summary.gtfs | R Documentation | 
Print summary of a GTFS object
## S3 method for class 'gtfs'
summary(object, ...)
| object | A GTFS object. | 
| ... | Ignored. | 
gtfs_path <- system.file("extdata/ggl_gtfs.zip", package = "gtfsio")
gtfs <- import_gtfs(gtfs_path)
summary(gtfs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.