Commit 64e01df4 authored by Dorchies David's avatar Dorchies David
Browse files

doc: fix issue in get_hydrometrie_observations_tr

Refs #7
parent ee56175f
No related merge requests found
Pipeline #26123 passed with stages
in 1 minute and 53 seconds
Showing with 0 additions and 2 deletions
+0 -2
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
#' get_hydrometrie_observations_tr(list(code_entite = "H0203020", grandeur_hydro = "Q")) #' get_hydrometrie_observations_tr(list(code_entite = "H0203020", grandeur_hydro = "Q"))
#' #'
get_hydrometrie_observations_tr <- function(params, get_hydrometrie_observations_tr <- function(params,
unique_site = TRUE,
cfg = config::get(file = system.file("config.yml", cfg = config::get(file = system.file("config.yml",
package = "hubeau"))) { package = "hubeau"))) {
l <- doApiQuery( l <- doApiQuery(
......
...@@ -6,7 +6,6 @@ ...@@ -6,7 +6,6 @@
\usage{ \usage{
get_hydrometrie_observations_tr( get_hydrometrie_observations_tr(
params, params,
unique_site = TRUE,
cfg = config::get(file = system.file("config.yml", package = "hubeau")) cfg = config::get(file = system.file("config.yml", package = "hubeau"))
) )
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment