download_from_url: Download a zipped GTFS feed file from a url
Description
Download a zipped GTFS feed file from a url
Usage
download_from_url(url, path = tempfile(fileext = ".zip"),
quiet = FALSE)
Arguments
url
Character URL of GTFS feed.
path
Character. Folder into which to put zipped file. If NULL, then save a tempfile
quiet
Boolean. Whether to see file download progress. FALSE by default.