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