Skip to contents

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
)

Arguments

path_data

path to folder where data for OTP is to be stored

url

URL to data

quiet

logical, passed to download.file, default FALSE

Examples

if (FALSE) {
otp_dl_demo(tempdir())
}