powered by
The function gives back lon/lat coordinates for a specific location name using Nominatim (https://nominatim.org/) service.
get_coordinates(location_name = "Belgrade")
numeric vector with lon/lat values for a specific location name.
numeric
character; Location name (e.g. "Belgrade").
character
Aleksandar Sekulić asekulic@grf.bg.ac.rs
get_meteo
# \donttest{ coords <- get_coordinates("Belgrade") str(coords) # }
Run the code above in your browser using DataLab