summary.gtfs | R Documentation |
summary.gtfs
## S3 method for class 'gtfs'
summary(object, ...)
object |
A |
... |
ignored here |
Nothing; this function only prints a summary to the console.
Other additional:
go_home()
,
go_to_work()
,
process_gtfs_local()
# Examples must be run on single thread only:
nthr <- data.table::setDTthreads (1)
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
data.table::setDTthreads (nthr)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.