powered by
Prints a GTFS object suppressing the class attribute.
class
# S3 method for tidygtfs print(x, ...)
The GTFS object that was printed, invisibly
A GTFS object.
Optional arguments ultimately passed to format.
format
if (FALSE) { path = system.file("extdata", "google_transit_nyc_subway.zip", package = "tidytransit") g = read_gtfs(path) print(g) }
Run the code above in your browser using DataLab