R/utils.R

Defines functions mapview2leaflet

### mapview to leaflet
#' @importFrom methods slot
mapview2leaflet <- function(x) {
  methods::slot(x, "map")
}

Try the leafsync package in your browser

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

leafsync documentation built on May 2, 2019, 10:16 a.m.