Commit bbf23406 authored by Dorchies David's avatar Dorchies David
Browse files

docs: minor changes

parent e28cdb1c
No related merge requests found
Pipeline #30406 passed with stages
in 1 minute and 22 seconds
Showing with 62 additions and 21 deletions
+62 -21
#' Retrieve performance indicators from drinking water supply and sanitation services at commune level #' Retrieve data from API "Indicateurs des services"
#' #'
#' @description #' @description
#' Available endpoints are:
#' #'
#' - #' Retrieve performance indicators collected in drinking water and sanitation services in France.
#' #'
#' See [get_available_params] and the API documentation for available filter parameters: \url{https://hubeau.eaufrance.fr/page/api-indicateurs-services} #' See [get_available_params] and the API documentation for available filter parameters: \url{https://hubeau.eaufrance.fr/page/api-indicateurs-services}
#' #'
......
...@@ -43,7 +43,6 @@ library(hubeau) ...@@ -43,7 +43,6 @@ library(hubeau)
See the package documentation by typing: See the package documentation by typing:
```r ```r
?hubeau ?hubeau
``` ```
......
...@@ -44,30 +44,73 @@ Each function is documented with at least one example: ...@@ -44,30 +44,73 @@ Each function is documented with at least one example:
``` r ``` r
example("get_prelevements_chroniques") example("get_prelevements_chroniques")
#> #>
#> gt_pr_> # For retrieving the withdrawal time series of the devices located in Romilly-sur-Seine #> gt_pr_> # Retrieve the withdrawal points located in Romilly-sur-Seine
#> gt_pr_> get_prelevements_points_prelevement(list(code_commune_insee = "10323"))
#> # A tibble: 9 x 28
#> code_point_prelevement nom_point_prelevem~ date_exploitatio~ date_exploitatio~
#> <chr> <chr> <chr> <lgl>
#> 1 PTP000000000047369 <NA> 1987-01-01 NA
#> 2 PTP000000000047370 <NA> 1987-01-01 NA
#> 3 PTP000000000053334 SCEA FERME DES HAU~ 1992-01-01 NA
#> 4 PTP000000000054886 <NA> 2018-03-16 NA
#> 5 PTP000000000054887 <NA> 2006-09-28 NA
#> 6 PTP000000000233572 <NA> 1987-01-01 NA
#> 7 PTP000000000434018 <NA> 2016-06-24 NA
#> 8 PTP000000000762434 <NA> 2012-12-31 NA
#> 9 PTP000000000788799 <NA> 1900-01-01 NA
#> # ... with 24 more variables: code_type_milieu <chr>,
#> # libelle_type_milieu <chr>, code_nature <chr>, libelle_nature <chr>,
#> # lieu_dit <lgl>, commentaire <lgl>, code_commune_insee <chr>,
#> # nom_commune <chr>, code_departement <chr>, libelle_departement <chr>,
#> # code_entite_hydro_cours_eau <lgl>, uri_entite_hydro_cours_eau <lgl>,
#> # code_entite_hydro_plan_eau <lgl>, uri_entite_hydro_plan_eau <lgl>,
#> # code_zone_hydro <chr>, uri_zone_hydro <chr>, code_mer_ocean <lgl>, ...
#>
#> gt_pr_> # Retrieve the withdrawal devices located in Romilly-sur-Seine
#> gt_pr_> get_prelevements_ouvrages(list(code_commune_insee = "10323"))
#> # A tibble: 9 x 27
#> code_ouvrage nom_ouvrage id_local_ouvrage date_exploitati~ date_exploitati~
#> <chr> <chr> <chr> <chr> <lgl>
#> 1 OPR0000032603 ROMILLY SUR ~ 02612X1004/PAEP~ 1987-01-01 NA
#> 2 OPR0000032604 ROMILLY SUR ~ 02612X1011/FAEP~ 1987-01-01 NA
#> 3 OPR0000038567 SCEA FERME D~ BSS95456G_018 1992-01-01 NA
#> 4 OPR0000040119 S.N.C.F BSS00593V_018 2018-03-16 NA
#> 5 OPR0000040120 S.N.C.F BSS00594W_018 2006-09-28 NA
#> 6 OPR0000199638 SCEA FERME D~ BSS95455F_018 1987-01-01 NA
#> 7 OPR0000333915 Soc des Carr~ 32055_017 2016-06-24 NA
#> 8 OPR0000586224 SCEA DU MERI~ BSS95299L_018 2012-12-31 NA
#> 9 OPR0000608675 CRBPE ROMILL~ 31132_018 1900-01-01 NA
#> # ... with 22 more variables: code_precision_coord <chr>,
#> # libelle_precision_coord <chr>, commentaire <lgl>, code_commune_insee <chr>,
#> # nom_commune <chr>, code_departement <chr>, libelle_departement <chr>,
#> # code_type_milieu <chr>, libelle_type_milieu <chr>,
#> # code_entite_hydro_cours_eau <chr>, uri_entite_hydro_cours_eau <chr>,
#> # code_entite_hydro_plan_eau <lgl>, uri_entite_hydro_plan_eau <lgl>,
#> # code_mer_ocean <lgl>, ressource_cont_non_referencee <lgl>, ...
#>
#> gt_pr_> # Retrieve the withdrawal time series of the devices located in Romilly-sur-Seine
#> gt_pr_> get_prelevements_chroniques(list(code_commune_insee = "10323")) #> gt_pr_> get_prelevements_chroniques(list(code_commune_insee = "10323"))
#> # A tibble: 36 x 23 #> # A tibble: 41 x 23
#> code_ouvrage annee volume code_usage libelle_usage code_statut_volume #> code_ouvrage annee volume code_usage libelle_usage code_statut_volume
#> <chr> <int> <dbl> <chr> <chr> <chr> #> <chr> <int> <dbl> <chr> <chr> <chr>
#> 1 OPR0000032603 2012 617624 AEP EAU POTABLE 1 #> 1 OPR0000032603 2012 617624 AEP EAU POTABLE 1
#> 2 OPR0000032603 2013 463545 AEP EAU POTABLE 1 #> 2 OPR0000032603 2013 463545 AEP EAU POTABLE 1
#> 3 OPR0000032603 2014 535557 AEP EAU POTABLE 1 #> 3 OPR0000032603 2014 535557 AEP EAU POTABLE 1
#> 4 OPR0000032603 2015 541785 AEP EAU POTABLE 1 #> 4 OPR0000032603 2015 541785 AEP EAU POTABLE 1
#> 5 OPR0000032603 2016 478938 AEP EAU POTABLE 1 #> 5 OPR0000032603 2016 478938 AEP EAU POTABLE 1
#> 6 OPR0000032603 2017 402363 AEP EAU POTABLE 1 #> 6 OPR0000032603 2017 402363 AEP EAU POTABLE 1
#> 7 OPR0000032603 2018 402383 AEP EAU POTABLE 1 #> 7 OPR0000032603 2018 402383 AEP EAU POTABLE 1
#> 8 OPR0000032604 2012 617624 AEP EAU POTABLE 1 #> 8 OPR0000032604 2012 617624 AEP EAU POTABLE 1
#> 9 OPR0000032604 2013 463545 AEP EAU POTABLE 1 #> 9 OPR0000032604 2013 463545 AEP EAU POTABLE 1
#> 10 OPR0000032604 2014 535557 AEP EAU POTABLE 1 #> 10 OPR0000032604 2014 535557 AEP EAU POTABLE 1
#> # ... with 26 more rows, and 17 more variables: libelle_statut_volume <chr>, #> # ... with 31 more rows, and 17 more variables: libelle_statut_volume <chr>,
#> # code_qualification_volume <chr>, libelle_qualification_volume <chr>, #> # code_qualification_volume <chr>, libelle_qualification_volume <chr>,
#> # code_statut_instruction <chr>, libelle_statut_instruction <chr>, #> # code_statut_instruction <chr>, libelle_statut_instruction <chr>,
#> # code_mode_obtention_volume <chr>, libelle_mode_obtention_volume <chr>, #> # code_mode_obtention_volume <chr>, libelle_mode_obtention_volume <chr>,
#> # prelevement_ecrasant <lgl>, producteur_donnee <chr>, longitude <dbl>, #> # prelevement_ecrasant <lgl>, producteur_donnee <chr>, longitude <dbl>,
#> # latitude <dbl>, code_commune_insee <chr>, nom_commune <chr>, #> # latitude <dbl>, code_commune_insee <chr>, nom_commune <chr>,
#> # code_departement <chr>, libelle_departement <chr>, nom_ouvrage <chr>, #> # code_departement <chr>, libelle_departement <chr>, nom_ouvrage <chr>, ...
#> # uri_ouvrage <chr>
``` ```
## Acknowledgement ## Acknowledgement
......
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