R/zzz.R

Defines functions .onLoad

.onLoad <- function(libname, pkgname) {
  # register public api on load
  # this ensures that geocoding works directly when loading the package
  new_photon() # nocov
}

Try the photon package in your browser

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

photon documentation built on April 10, 2026, 5:07 p.m.