stations: List stations for a provider

View source: R/generics.R

stationsR Documentation

List stations for a provider

Description

List stations for a provider

Usage

stations(x, ...)

Arguments

x

A hydro_service object created by hydro_service().

...

Passed to provider-specific methods.

Value

A tibble with station metadata.

Examples

# 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)


hydrodownloadR documentation built on Feb. 25, 2026, 5:08 p.m.