View source: R/get_coordinates.R
get_coordinates | R Documentation |
The function gives back lon/lat coordinates for a specific location name using Nominatim (https://nominatim.org/) service.
get_coordinates(location_name = "Belgrade")
location_name |
|
numeric
vector with lon/lat values for a specific location name.
Aleksandar Sekulić asekulic@grf.bg.ac.rs
get_meteo
coords <- get_coordinates("Belgrade")
str(coords)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.