download_from_url: Download a zipped GTFS feed file from a url

Description Usage Arguments Value

View source: R/import.R

Description

Download a zipped GTFS feed file from a url

Usage

1
2
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.

Value

File path


r-gtfs/trread documentation built on Aug. 30, 2021, 12:32 p.m.