Get the data corresponding to elaborate observations of a hydrometric station (max 20000 observations)

hm_obs_elab_slice(
  code_entite,
  date_debut,
  date_fin,
  grandeur_hydro_elab = "QmJ"
)

Arguments

code_entite

the station/entity code

grandeur_hydro_elab

the type of hydrometric value ("QmJ" -default- for average daily discharge or "QmM" for average monthly discharge)

variables

the list of variables to get as response. Defaults to c("code_site","code_station","date_obs_elab","grandeur_hydro_elab").