---
output: github_document
---
```{r opts, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# hubeau an R package for the Hub'eau APIs
`r badger::badge_license(color = "orange")`
`r badger::badge_lifecycle("experimental", color = "blue")`
'hubeau' is an R-package proposing a collection of function to help retrieve data from the French national databases on water: https://hubeau.eaufrance.fr
## Installation
You can install the 'hubeau' R-package from it's development repository with:
``` r
install.packages("remotes")
remotes::install_gitlab("in-wop/hubeau", host = "gitlab.irstea.fr")
```
## Loading library
```{r library}
library(hubeau)
```
## Get started
See the package documentation by typing:
```r
?hubeau
```
Each function is documented with at least one example:
```{r}
example("get_prelevements_chroniques")
```
## Acknowledgement
The authors would like to thank the European Commission and the French National Research Agency (ANR) for funding in the frame of the collaborative international consortium [IN-WOP](http://www.waterjpi.eu/joint-calls/joint-call-2018-waterworks-2017/booklet/in-wop) financed under the 2018 Joint call of the WaterWorks2017 ERA-NET Cofund. This ERA-NET is an integral part of the activities developed by the Water JPI.