powered by
Prints a GTFS object suppressing the class attribute.
class
# S3 method for gtfs print(x, ...)
The GTFS object that was printed, invisibly.
A GTFS object.
Optional arguments ultimately passed to format.
format
gtfs_path <- system.file("extdata/ggl_gtfs.zip", package = "gtfsio") gtfs <- import_gtfs(gtfs_path) # subset 'gtfs' for a smaller output gtfs <- gtfs[c("routes", "trips")] print(gtfs)
Run the code above in your browser using DataLab