Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
IN-WOP
hubeau
Commits
70eb48b8
Commit
70eb48b8
authored
Sep 27, 2021
by
Dorchies David
Browse files
docs(readme): update repository to github
Fix
#11
parent
f88357ed
Pipeline
#30353
failed with stage
in 58 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
README.Rmd
View file @
70eb48b8
...
...
@@ -30,7 +30,7 @@ You can install the 'hubeau' R-package from it's development repository with:
``` r
install.packages("remotes")
remotes::install_git
la
b("in
-wop
/hubeau"
, host = "gitlab.irstea.fr"
)
remotes::install_git
hu
b("in
rae
/hubeau")
```
## Loading library
...
...
@@ -48,7 +48,7 @@ See the package documentation by typing:
?hubeau
```
Each function is documented with at least one example:
Each function is documented with at least one example:
```{r}
example("get_prelevements_chroniques")
...
...
README.md
View file @
70eb48b8
...
...
@@ -23,7 +23,7 @@ with:
```
r
install.packages
(
"remotes"
)
remotes
::
install_git
la
b
(
"in
-wop
/hubeau"
,
host
=
"gitlab.irstea.fr"
)
remotes
::
install_git
hu
b
(
"in
rae
/hubeau"
)
```
## Loading library
...
...
@@ -44,22 +44,22 @@ Each function is documented with at least one example:
```
r
example
(
"get_prelevements_chroniques"
)
#>
#>
#> gt_pr_> # For retrieving the withdrawal time series of the devices located in Romilly-sur-Seine
#> gt_pr_> get_prelevements_chroniques(list(code_commune_insee = "10323"))
#> # A tibble: 36 x 23
#> code_ouvrage annee volume code_usage libelle_usage code_statut_volume
#> <chr> <int> <dbl> <chr> <chr> <chr>
#> 1 OPR0000032603 2012 617624 AEP EAU POTABLE 1
#> 2 OPR0000032603 2013 463545 AEP EAU POTABLE 1
#> 3 OPR0000032603 2014 535557 AEP EAU POTABLE 1
#> 4 OPR0000032603 2015 541785 AEP EAU POTABLE 1
#> 5 OPR0000032603 2016 478938 AEP EAU POTABLE 1
#> 6 OPR0000032603 2017 402363 AEP EAU POTABLE 1
#> 7 OPR0000032603 2018 402383 AEP EAU POTABLE 1
#> 8 OPR0000032604 2012 617624 AEP EAU POTABLE 1
#> 9 OPR0000032604 2013 463545 AEP EAU POTABLE 1
#> 10 OPR0000032604 2014 535557 AEP EAU POTABLE 1
#> <chr> <int> <dbl> <chr> <chr> <chr>
#> 1 OPR0000032603 2012 617624 AEP EAU POTABLE 1
#> 2 OPR0000032603 2013 463545 AEP EAU POTABLE 1
#> 3 OPR0000032603 2014 535557 AEP EAU POTABLE 1
#> 4 OPR0000032603 2015 541785 AEP EAU POTABLE 1
#> 5 OPR0000032603 2016 478938 AEP EAU POTABLE 1
#> 6 OPR0000032603 2017 402363 AEP EAU POTABLE 1
#> 7 OPR0000032603 2018 402383 AEP EAU POTABLE 1
#> 8 OPR0000032604 2012 617624 AEP EAU POTABLE 1
#> 9 OPR0000032604 2013 463545 AEP EAU POTABLE 1
#> 10 OPR0000032604 2014 535557 AEP EAU POTABLE 1
#> # ... with 26 more rows, and 17 more variables: libelle_statut_volume <chr>,
#> # code_qualification_volume <chr>, libelle_qualification_volume <chr>,
#> # code_statut_instruction <chr>, libelle_statut_instruction <chr>,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment