otp_dl_jar | R Documentation |
Download the OTP jar file from maven.org
otp_dl_jar(
path = NULL,
version = "1.5.0",
file_name = paste0("otp-", version, "-shaded.jar"),
url = "https://repo1.maven.org/maven2/org/opentripplanner/otp",
quiet = FALSE,
cache = TRUE
)
path |
path to folder where OTP is to be stored |
version |
a character string of the version number default is "1.5.0" |
file_name |
file name to give the otp default "otp.jar" |
url |
URL to the download server |
quiet |
logical, passed to download.file, default FALSE |
cache |
logical, default TRUE, see details |
As of version 0.3.0.0 'otp_dl_jar' will cache the JAR file within the package and ignore the 'path' argument. You can force a new download to be saved in the 'path' location by setting 'cache = FALSE'.
The path to the OTP file
Other setup:
otp_build_graph()
,
otp_check_java()
,
otp_check_version()
,
otp_dl_demo()
,
otp_make_config()
,
otp_setup()
,
otp_stop()
,
otp_validate_config()
,
otp_write_config()
## Not run:
otp_dl_jar(tempdir())
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.