Nothing
## ----setup, include=FALSE-----------------------------------------------------
knitr::opts_chunk$set(collapse = TRUE, comment = "#>")
## ----eval=FALSE---------------------------------------------------------------
# library(GTFSwizard)
# explore_gtfs(for_rail_gtfs)
## ----eval=FALSE---------------------------------------------------------------
# explore_gtfs()
## ----eval=FALSE---------------------------------------------------------------
# explore_gtfs(for_rail_gtfs, plotly = TRUE)
## ----eval=FALSE---------------------------------------------------------------
# route_ids <- for_rail_gtfs$routes$route_id[1:2]
# scenario <- for_rail_gtfs |>
# filter_route(route_ids) |>
# filter_time("06:00:00", "10:00:00") |>
# edit_speed(factor = 1.1)
#
# write_gtfs(scenario, "morning-scenario.zip")
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.