Nothing
.onAttach <- function(libname, pkgname) {
packageStartupMessage("Data: (c) OpenStreetMap contributors, ODbL 1.0 - http://www.openstreetmap.org/copyright")
packageStartupMessage("Routing: Valhalla - valhalla.github.io/valhalla")
}
.onLoad <- function(libname, pkgname) {
if (is.null(getOption("valh.server"))){
options(valh.server = "https://valhalla1.openstreetmap.de/")
}
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.