ggmap icon indicating copy to clipboard operation
ggmap copied to clipboard

geocode: change order of lat and lon in results

Open dpprdan opened this issue 6 years ago • 0 comments

Just a small change to the order of the 'lat' and 'lon' columns for geocode(). Instead of 'lon', 'lat' they are now 'lat', 'lon' so as to make it easy to copy & paste results and to resemble the order of the output arguments name, 'latlon'/'latlona'.

Thanks for considering it!

  • [x] Did you run R CMD CHECK?
  • [x] Did you run roxygen2::roxygenise(".")?

I ran roxygenise and it actually wrote a new man document (geom_leg.Rd), but that does not have anything to do with this PR, so I did not commit it (yet?).

dpprdan avatar Mar 09 '18 17:03 dpprdan