View source: R/GIFT_traits_meta.R
GIFT_traits_meta | R Documentation |
Retrieve metadata of the functional traits coming from GIFT.
GIFT_traits_meta(
api = "https://gift.uni-goettingen.de/api/extended/",
GIFT_version = "latest"
)
api |
Character string corresponding to the API. |
GIFT_version |
character string defining the version of the GIFT database to use. The function retrieves by default the most up-to-date version. |
Here is what each column refers to:
Lvl1 - First level of the trait classification
Category - Name of the first level of classification
Lvl2 - Second level of the trait classification
Trait1 - Name of the second level of classification
Lvl3 - Identification number of the trait
Trait2 - Trait name
Units - Trait unit
type - Trait type
comment - Comment
count - How many entries for that traits are in the database
A data frame with 10 columns.
Denelle, P., Weigelt, P., & Kreft, H. (2023). GIFT—An R package to access the Global Inventory of Floras and Traits. Methods in Ecology and Evolution, 14, 2738-2748. https://doi.org/10.1111/2041-210X.14213 Weigelt, P, König, C, Kreft, H. GIFT – A Global Inventory of Floras and Traits for macroecology and biogeography. J Biogeogr. 2020; 47: 16– 43. https://doi.org/10.1111/jbi.13623
GIFT_traits()
ex <- GIFT_traits_meta()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.