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


trread documentation built on May 1, 2019, 10:14 p.m.