print.tidygtfs | R Documentation |
Prints a GTFS object suppressing the class
attribute and hiding the
validation_result attribute, created with validate_gtfs()
.
## S3 method for class 'tidygtfs'
print(x, ...)
x |
a tidygtfs object as read by |
... |
Optional arguments ultimately passed to |
The GTFS object that was printed, invisibly
## Not run:
path = system.file("extdata",
"nyc_subway.zip",
package = "tidytransit")
g = read_gtfs(path)
print(g)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.