R/zzz.R

Defines functions .onLoad

.onLoad <- function(lib, pkg) {
  validator$instance <- jsonvalidate::json_validator(system.file("schema/geojson.json", package = pkg))
}

Try the openrouteservice package in your browser

Any scripts or data that you put into this service are public.

openrouteservice documentation built on Oct. 21, 2024, 9:06 a.m.