View source: R/download_validator.R
download_validator | R Documentation |
Downloads MobilityData's command line tool to validate GTFS feeds.
download_validator(path, version = "latest", force = FALSE, quiet = TRUE)
path |
A string. The directory where the validator should be saved to. |
version |
A string. The version of the validator that should be
downloaded. Defaults to |
force |
A logical. Whether to overwrite a previously downloaded
validator in |
quiet |
A logical. Whether to hide log messages and progress bars.
Defaults to |
Invisibly returns the normalized path to the downloaded validator.
Other validation:
validate_gtfs()
path <- tempdir()
download_validator(path)
# specifying a specific version
download_validator(path, version = "4.2.0")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.