get_feed: Download a zipped GTFS feed file from a url

View source: R/get-gtfs-feeds.R

get_feedR Documentation

Download a zipped GTFS feed file from a url

Description

Download a zipped GTFS feed file from a url

Usage

get_feed(url, path = NULL, 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.

Value

File path


ropenscilabs/gtfsr documentation built on June 11, 2022, 9:45 p.m.