View source: R/hydrobio.hubeau.R
hydrobio.hubeau | R Documentation |
Cette fonction permet de collecter de données d'hydrobiologie depuis Hub'eau
hydrobio.hubeau(
departementinsee = NA_integer_,
indicesandre = NA_integer_,
codesie = NA_integer_,
bbox = NA
)
departementinsee |
Code INSEE du département ( |
indicesandre |
Code SANDRE de l'indice concerné : |
codesie |
Code SANDRE de la station concernée |
bbox |
Zone géographique concernée, au format bbox généré par sf, en WGS84/EPSG 4326 |
hydrobio.hubeau(39, 7939)
hydrobio.hubeau(indicesandre = 7939)
hydrobio.hubeau(indicesandre = 7939) %>% filter(grepl("rousses", tolower(libelle_station_hydrobio)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.