R/base_url.R

Defines functions base_url_historical_webservice base_url_datamart

base_url_datamart <- function() {
  "https://dd.weather.gc.ca/today/hydrometric/"
}

base_url_historical_webservice <- function() {
  "https://wateroffice.ec.gc.ca/services/daily_data/csv/inline?"
}

Try the tidyhydat package in your browser

Any scripts or data that you put into this service are public.

tidyhydat documentation built on June 12, 2026, 1:07 a.m.