R/zzz.R

Defines functions .onLoad

.onLoad <- function(libname, pkgname) {
    # rmapzen_default_options <- list(
    #     RMAPZEN_MATRIX_HOST = "matrix.mapzen.com",
    #     RMAPZEN_SEARCH_HOST = "search.mapzen.com",
    #     RMAPZEN_TILE_HOST   = "tile.mapzen.com"
    # )
    # op <- options()
    # toset <- !(names(rmapzen_default_options) %in% names(op))
    # if(any(toset)) options(rmapzen_default_options[toset])

    invisible()
}

Try the rmapzen package in your browser

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

rmapzen documentation built on Oct. 17, 2023, 5:06 p.m.