All Projects → ropensci → traits

ropensci / traits

Licence: other
R package for accessing species trait data from multiple databases

Programming Languages

r
7636 projects
Makefile
30231 projects

Projects that are alternatives of or similar to traits

unrtf
Wrapper for 'unrtf' utility to extract text from RTF documents
Stars: ✭ 14 (-63.16%)
Mutual labels:  r-package
rfisheries
package for interacting with fisheries databases at openfisheries.org
Stars: ✭ 24 (-36.84%)
Mutual labels:  r-package
ChineseNames
🀄 Chinese Name Database (1930-2008)
Stars: ✭ 99 (+160.53%)
Mutual labels:  r-package
eia
An R package wrapping the US Energy Information Administration open data API.
Stars: ✭ 38 (+0%)
Mutual labels:  r-package
rcpptoml
Rcpp Bindings to C++ parser for TOML files
Stars: ✭ 26 (-31.58%)
Mutual labels:  r-package
rwalkable
⛔ ARCHIVED ⛔ Walkability Scores
Stars: ✭ 14 (-63.16%)
Mutual labels:  r-package
xaringanBuilder
An R package for building xaringan slides into multiple outputs, including html, pdf, png, gif, pptx, and mp4.
Stars: ✭ 157 (+313.16%)
Mutual labels:  r-package
jobstatus
⛔ ARCHIVED ⛔ Send Live Status, Progress and Other Information Between Functions and Processes
Stars: ✭ 34 (-10.53%)
Mutual labels:  r-package
geostan
Bayesian spatial analysis
Stars: ✭ 40 (+5.26%)
Mutual labels:  r-package
globals
🌐 R package: Identify Global Objects in R Expressions
Stars: ✭ 27 (-28.95%)
Mutual labels:  r-package
PackageReviewR
R Package 📦 to review 🔍 R 📦s
Stars: ✭ 18 (-52.63%)
Mutual labels:  r-package
rdefra
rdefra: Interact with the UK AIR Pollution Database from DEFRA
Stars: ✭ 14 (-63.16%)
Mutual labels:  r-package
sportyR
R package for drawing regulation playing surfaces for several sports
Stars: ✭ 84 (+121.05%)
Mutual labels:  r-package
wopr
An R package and Shiny application to provide API access to the WorldPop Open Population Repository (WOPR)
Stars: ✭ 28 (-26.32%)
Mutual labels:  r-package
rjsonapi
⛔ ARCHIVED ⛔ Consumer for APIs that Follow the JSON API Specification
Stars: ✭ 29 (-23.68%)
Mutual labels:  r-package
rcppcnpy
Rcpp bindings for NumPy files
Stars: ✭ 24 (-36.84%)
Mutual labels:  r-package
biblioformat
Revise and Reformat Plain Text Bibliographies with R
Stars: ✭ 18 (-52.63%)
Mutual labels:  r-package
ggimg
ggimg: Graphics Layers for Plotting Image Data with ggplot2
Stars: ✭ 51 (+34.21%)
Mutual labels:  r-package
SimpleTraits.jl
Simple Traits for Julia
Stars: ✭ 134 (+252.63%)
Mutual labels:  traits
thinkr
Some tools for cleaning up messy 'Excel' files to be suitable for R
Stars: ✭ 21 (-44.74%)
Mutual labels:  r-package

traits

cran checks Build Status codecov rstudio mirror downloads cran version

R client for various sources of species trait data.

Docs: https://docs.ropensci.org/traits/

What is a trait? A "trait" for the purposes of this package is broadly defined as an aspect of a species that can be described or measured, such as physical traits (size, length, height, color), behavioral traits (running speed, etc.), and even variables that make up the niche of the species (e.g., habitat).

Included in traits with the associated function prefix or function name:

Souce Function prefix Link
BETYdb betydb_ https://www.betydb.org/
NCBI ncbi_ https://www.ncbi.nlm.nih.gov/
Encylopedia of Life traitbank_ https://github.com/EOL/eol_website/blob/master/doc/api.md
Birdlife International birdlife_ https://www.birdlife.org/
LEDA Traitbase leda_
Zanne et al. plant dataset tr_zanne
Amniote life history dataset tr_ernest

Talk to us on the issues page (https://github.com/ropensci/traits/issues) if you know of a source of traits data with an API, and we'll see about including it.

Installation

Stable CRAN version

install.packages("traits")

Or development version from GitHub

remotes::install_github("ropensci/traits")
library("traits")
library("dplyr")

Contributors

Meta

  • Please report any issues or bugs.
  • License: MIT
  • Get citation information for traits in R doing citation(package = 'traits')
  • Please note that this package is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

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].