From 64e01df46bed42bd9aef64cdda22d26fa4dfbb82 Mon Sep 17 00:00:00 2001
From: Dorchies David <david.dorchies@inrae.fr>
Date: Thu, 5 Aug 2021 18:12:29 +0200
Subject: [PATCH] doc: fix issue in get_hydrometrie_observations_tr

Refs #7
---
 R/get_hydrometrie_observations_tr.R    | 1 -
 man/get_hydrometrie_observations_tr.Rd | 1 -
 2 files changed, 2 deletions(-)

diff --git a/R/get_hydrometrie_observations_tr.R b/R/get_hydrometrie_observations_tr.R
index 7c48dc3..6eaf4f2 100644
--- a/R/get_hydrometrie_observations_tr.R
+++ b/R/get_hydrometrie_observations_tr.R
@@ -12,7 +12,6 @@
 #' get_hydrometrie_observations_tr(list(code_entite = "H0203020", grandeur_hydro = "Q"))
 #'
 get_hydrometrie_observations_tr  <- function(params,
-                                   unique_site = TRUE,
                                    cfg = config::get(file = system.file("config.yml",
                                                         package = "hubeau"))) {
   l <- doApiQuery(
diff --git a/man/get_hydrometrie_observations_tr.Rd b/man/get_hydrometrie_observations_tr.Rd
index a514917..2c90cd4 100644
--- a/man/get_hydrometrie_observations_tr.Rd
+++ b/man/get_hydrometrie_observations_tr.Rd
@@ -6,7 +6,6 @@
 \usage{
 get_hydrometrie_observations_tr(
   params,
-  unique_site = TRUE,
   cfg = config::get(file = system.file("config.yml", package = "hubeau"))
 )
 }
-- 
GitLab