https://github.com/guardias-eu/reasin
Interface to the European Alien Species Information Network API
https://github.com/guardias-eu/reasin
api biodiversity biodiversity-data biodiversity-informatics data invasive-species oscibio r r-package
Last synced: 9 months ago
JSON representation
Interface to the European Alien Species Information Network API
- Host: GitHub
- URL: https://github.com/guardias-eu/reasin
- Owner: guardias-eu
- License: other
- Created: 2025-09-18T15:34:56.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-09-30T12:47:41.000Z (9 months ago)
- Last Synced: 2025-09-30T14:21:16.405Z (9 months ago)
- Topics: api, biodiversity, biodiversity-data, biodiversity-informatics, data, invasive-species, oscibio, r, r-package
- Language: R
- Homepage: https://guardias-eu.github.io/reasin/
- Size: 1.57 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Citation: CITATION.cff
Awesome Lists containing this project
README
# reasin
[](https://CRAN.R-project.org/package=reasin)
[](https://github.com/guardias-eu/reasin/actions/workflows/R-CMD-check.yaml)
[](https://app.codecov.io/gh/guardias-eu/reasin)
[](https://www.repostatus.org/#active)
The goal of reasin is to provide a R interface to the API of the European Alien Species Information Network (EASIN).
At the moment only interface to the EASIN [Catalogue
Web Service](https://easin.jrc.ec.europa.eu/apixg) (checklist data) is implemented. Expect more features soon.
## Installation
You can install the development version of reasin from [GitHub](https://github.com/guardias-eu/reasin) with:
``` r
# install.packages("pak")
pak::pak("guardias-eu/reasin") # dev version
```
## Example
Use `get_species()` to retrieve information on species from the EASIN [Catalogue
Web Service](https://easin.jrc.ec.europa.eu/apixg):
``` r
library(reasin)
# Get overview with all species
get_species()
# Get details for few species via scientific name or part of it
get_species(scientific_name = "Procambarus")
```
More examples can be found in [`get_species()` documentation](https://guardias-eu.github.io/reasin/reference/get_species.html).
Check also the [Reference
section](https://guardias-eu.github.io/reasin/reference/index.html) for a list
with all available functions.
## Funding
This package is being developed in the framework of the [GuardIAS](https://guardias.eu/) prject. GuardIAS receives funding from the European Union’s Horizon Europe Research and Innovation Programme (ID No 101181413).