Download the demonstration data for the Isle of Wight
Usage
otp_dl_demo(
path_data = NULL,
url = paste0("https://github.com/ropensci/opentripplanner/",
"releases/download/0.1/isle-of-wight-demo.zip"),
quiet = FALSE
)
See also
Other setup:
otp_build_graph()
,
otp_check_java()
,
otp_check_version()
,
otp_dl_jar()
,
otp_make_config()
,
otp_setup()
,
otp_stop()
,
otp_validate_config()
,
otp_write_config()
Examples
if (FALSE) { # \dontrun{
otp_dl_demo(tempdir())
} # }