R/encode_bounds.R

Defines functions encode_bounds

encode_bounds = function(x) {

  encoded = paste0(x[1], ",", x[2], "|", x[3], ",", x[4])

  return(encoded)

}

Try the mapsapi package in your browser

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

mapsapi documentation built on July 26, 2023, 5:20 p.m.