traits
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:
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 doingcitation(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.