get_hydrobio_stations_hydrobio | R Documentation |
The data originate from the "NAIADES" database. Available endpoints are:
get_hydrobio_stations_hydrobio
retrieves site data and locations
get_hydrobio_indices
retrieves bioassessment indices values
get_hydrobio_taxons
retrieves taxa data
See the API documentation for available filter parameters: https://hubeau.eaufrance.fr/page/api-hydrobiologie
get_hydrobio_stations_hydrobio(...)
get_hydrobio_indices(...)
get_hydrobio_taxons(...)
... |
parameters of the queries and their values in the format
|
A tibble::tibble with one row by record and one column by field.
## Not run:
# Retrieve the hydrobiology monitoring sites in the Pays-de-Loire region
list_params(api = "hydrobio",
endpoint = "stations_hydrobio")
get_hydrobio_stations_hydrobio(code_region = 52)
# Retrieve the hydrobiological bioassessment indices in the city of Rennes
list_params(api = "hydrobio",
endpoint = "indices")
get_hydrobio_indices(code_commune = 35051)
# species records in the city of Rennes
list_params(api = "hydrobio",
endpoint = "taxons")
get_hydrobio_taxons(code_commune = 35051)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.