summary.gtfs: summary.gtfs

summary.gtfsR Documentation

summary.gtfs

Description

summary.gtfs

Usage

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

Arguments

object

A gtfs object to be summarised

...

ignored here

Value

Nothing; this function only prints a summary to the console.

See Also

Other additional: go_home(), go_to_work(), process_gtfs_local()

Examples

# 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)

gtfsrouter documentation built on Oct. 29, 2024, 9:06 a.m.