From f0dc16ddca0f0151d6077b987645df91fac801a2 Mon Sep 17 00:00:00 2001
From: Dorchies David <david.dorchies@inrae.fr>
Date: Thu, 24 Jun 2021 15:41:39 +0200
Subject: [PATCH] doc(getOuvrageSeries)

Refs #1
---
 R/getOuvrageSeries.R    | 2 +-
 man/getOuvrageSeries.Rd | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/R/getOuvrageSeries.R b/R/getOuvrageSeries.R
index 624f064..95b31af 100644
--- a/R/getOuvrageSeries.R
+++ b/R/getOuvrageSeries.R
@@ -1,4 +1,4 @@
-#' Retrieve data by device ("ouvrage") (metadata and yearly)
+#' Retrieve data by device ("ouvrage") (metadata and annual withdrawal volumes)
 #'
 #' @param code_sandre [character] Sandre identifier of the device
 #' @param cookie a named [character] [vector] with the values of the cookies (See [getCookie])
diff --git a/man/getOuvrageSeries.Rd b/man/getOuvrageSeries.Rd
index 980fbea..17f3ed8 100644
--- a/man/getOuvrageSeries.Rd
+++ b/man/getOuvrageSeries.Rd
@@ -2,7 +2,7 @@
 % Please edit documentation in R/getOuvrageSeries.R
 \name{getOuvrageSeries}
 \alias{getOuvrageSeries}
-\title{Retrieve data by device ("ouvrage") (metadata and yearly)}
+\title{Retrieve data by device ("ouvrage") (metadata and annual withdrawal volumes)}
 \usage{
 getOuvrageSeries(
   code_sandre,
@@ -36,7 +36,7 @@ configuration stored at location \code{system.file("config.yml", package = "bnpe
 }
 }
 \description{
-Retrieve data by device ("ouvrage") (metadata and yearly)
+Retrieve data by device ("ouvrage") (metadata and annual withdrawal volumes)
 }
 \examples{
 getOuvrageSeries("OPR0000200109")
-- 
GitLab