Convenience function to quickly get the direct download or source URL for a feed. This is useful for passing to tidytransit::read_gtfs() or similar functions.
Examples
if (FALSE) { # \dontrun{
# Get download URL
url <- mobdb_feed_url("mdb-53")
# Use with tidytransit
library(tidytransit)
gtfs <- read_gtfs(url)
} # }
