print.tidygtfs: Print a GTFS object

View source: R/summary.R

print.tidygtfsR Documentation

Print a GTFS object

Description

Prints a GTFS object suppressing the class attribute.

Usage

## S3 method for class 'tidygtfs'
print(x, ...)

Arguments

x

A GTFS object.

...

Optional arguments ultimately passed to format.

Value

The GTFS object that was printed, invisibly

Examples

 ## Not run: 
path = system.file("extdata", 
           "google_transit_nyc_subway.zip", 
           package = "tidytransit")

g = read_gtfs(path)
print(g)

## End(Not run)

tidytransit documentation built on July 9, 2023, 7:30 p.m.