Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iobis/robis
R client for the OBIS API
https://github.com/iobis/robis
Last synced: about 2 months ago
JSON representation
R client for the OBIS API
- Host: GitHub
- URL: https://github.com/iobis/robis
- Owner: iobis
- License: other
- Created: 2015-12-06T19:10:22.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-03-15T11:32:43.000Z (10 months ago)
- Last Synced: 2024-11-12T23:36:23.198Z (about 2 months ago)
- Language: R
- Homepage: https://iobis.github.io/robis
- Size: 377 KB
- Stars: 37
- Watchers: 11
- Forks: 11
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- open-sustainable-technology - robis - Build and maintain a global alliance that collaborates with scientific communities to facilitate free and open access to, and application of, biodiversity and biogeographic data and information on marine life. (Biosphere / Biodiversity Data Access and Management)
README
[![DOI](https://zenodo.org/badge/47509713.svg)](https://zenodo.org/badge/latestdoi/47509713)
R client for the OBIS API
## Installation
```R
# CRAN
install.packages("robis")# latest development version
remotes::install_github("iobis/robis")
```## Getting started
See the [Getting started vignette](https://iobis.github.io/robis/articles/getting-started.html).