All Projects → ropensci → rcites

ropensci / rcites

Licence: other
📦 R package to access the CITES Speciesplus database

Programming Languages

r
7636 projects
TeX
3793 projects

Projects that are alternatives of or similar to rcites

kaggler
🏁 API client for Kaggle
Stars: ✭ 50 (+316.67%)
Mutual labels:  api-client, r-package
nomisr
Access UK official statistics from the Nomis database through R.
Stars: ✭ 30 (+150%)
Mutual labels:  api-client, r-package
rfisheries
package for interacting with fisheries databases at openfisheries.org
Stars: ✭ 24 (+100%)
Mutual labels:  r-package
traits
R package for accessing species trait data from multiple databases
Stars: ✭ 38 (+216.67%)
Mutual labels:  r-package
globals
🌐 R package: Identify Global Objects in R Expressions
Stars: ✭ 27 (+125%)
Mutual labels:  r-package
DeltaTrader
极简版Python量化交易工具
Stars: ✭ 174 (+1350%)
Mutual labels:  trade
trading-post
💸 Verto's decentralised exchange mediator
Stars: ✭ 18 (+50%)
Mutual labels:  trade
geostan
Bayesian spatial analysis
Stars: ✭ 40 (+233.33%)
Mutual labels:  r-package
covidestim
Bayesian nowcasting with adjustment for delayed and incomplete reporting to estimate COVID-19 infections in the United States
Stars: ✭ 20 (+66.67%)
Mutual labels:  r-package
Kraken
Lightweight wrapper for trading cryptocurrencies using Kraken
Stars: ✭ 28 (+133.33%)
Mutual labels:  trade
ggimg
ggimg: Graphics Layers for Plotting Image Data with ggplot2
Stars: ✭ 51 (+325%)
Mutual labels:  r-package
thinkr
Some tools for cleaning up messy 'Excel' files to be suitable for R
Stars: ✭ 21 (+75%)
Mutual labels:  r-package
rwalkable
⛔ ARCHIVED ⛔ Walkability Scores
Stars: ✭ 14 (+16.67%)
Mutual labels:  r-package
rjsonapi
⛔ ARCHIVED ⛔ Consumer for APIs that Follow the JSON API Specification
Stars: ✭ 29 (+141.67%)
Mutual labels:  r-package
biblioformat
Revise and Reformat Plain Text Bibliographies with R
Stars: ✭ 18 (+50%)
Mutual labels:  r-package
samp-client
GTA SA-MP API client library for Python
Stars: ✭ 21 (+75%)
Mutual labels:  api-client
stockbot
Alpaca algo stock trading bot
Stars: ✭ 105 (+775%)
Mutual labels:  trade
hurtrade
An Open Source Forex Trading Platform
Stars: ✭ 22 (+83.33%)
Mutual labels:  trade
ChineseNames
🀄 Chinese Name Database (1930-2008)
Stars: ✭ 99 (+725%)
Mutual labels:  r-package
alpha-vantage-api
Alpha Vantage PHP Client
Stars: ✭ 57 (+375%)
Mutual labels:  api-client

rcites

R CMD Check codecov status Project Status: Active – The project has reached a stable, usable state and is being actively developed. ROpenSci status CRAN status CRAN downloads Zenodo DOI JOSS DOI

An R package to access information from the Speciesplus database via the Speciesplus/CITES Checklist API. The package is available for download from CRAN (stable version) and Github (development version).

Please see the release paper for background information about the Convention on International Trade in Endangered Species of Wild Fauna and Flora (CITES), the Speciesplus database and basic information about the aim of the package.

Installation

The package can be installed from CRAN:

install.packages("rcites")

The development version can be installed via the remotes 📦

remotes::install_github("ropensci/rcites")

Setup requirements and use

To set up a connection to the CITES Speciesplus database, a personal authentication token is required. Please see the vignette for details how to get a token and how to set the token for package use: Get started with rcites

Additional information about specific use examples are provided for the African bush elephant (Loxodonta africana). The package usage for querying multiple species is described in another vignette entitled 'Bulk analysis with rcites'.

Key features

Once the token is set, the package has five key features:

Prefix information

The package functions have three different prefixes:

  • set_ for set_token() to initially set the API token
  • spp_ for the key features
  • rcites_ for helper functions that are called within the key features

Citation information

When citing, please refer to both the package citation and the release paper.

Contributors

Resources

Another package dealing with data from and about CITES, providing access to its wildlife trade database: cites

While creating this package, we greatly benefited from:

  1. taxize that inspired the structuring of this repository/package;

  2. the httr vignette: Managing secrets, which is extremely helpful for packages dealing with API.

Code of Conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

Also, please read the Terms and Conditions of Use of Speciesplus Data: https://speciesplus.net/terms-of-use.

ropensci_footer

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].