hydro_coords | R Documentation |
hydro_coords
returns a tibble with the stations'
longitude and latitude using as input the variable point
from get_stations
function.
hydro_coords(x)
x |
a string vector with the points retrieved from Hydroscope |
a tibble with the longitude and latitude values.
Konstantinos Vantas, kon.vantas@gmail.com
## Not run:
# get stations from the Greek Ministry of Environment and Energy
kyy_stations <- get_stations("kyy")
# create a tibble with stations' coords
coords <- hydro_coords(kyy_stations$point)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.