Nothing
# Clean up the temporary binary folder after tests complete
test_osrm_path <- file.path(tempdir(), "osrm_bin_test")
if (dir.exists(test_osrm_path)) {
unlink(test_osrm_path, recursive = TRUE, force = TRUE)
}
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.