| stations | R Documentation |
List stations for a provider
stations(x, ...)
x |
A |
... |
Passed to provider-specific methods. |
A tibble with station metadata.
# Offline: enumerate providers (no network)
s <- hydro_services()
head(names(s))
# Online (opt-in): fetch stations
x <- hydro_service("SE_SMHI")
st <- stations(x)
head(st)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.