Description Usage Arguments Examples
View source: R/gtfs_download.R
Downloads and unzips GTFS files
1 |
url |
URL of the GTFS zip file |
dir |
Path to destination directory |
1 2 3 4 5 6 7 | ## Not run:
url = "ftp://199.203.58.18/israel-public-transportation.zip"
dir = "/home/michael/Downloads/gtfs_test"
gtfs_download(url, dir)
list.files(dir)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.