Skip to contents

Joins Arctic Traits Database functional traits to a taxify() result by accepted_name. Each fuzzy-coded trait is reduced to its dominant category.

Usage

add_arctic_traits(x, cols = NULL, verbose = TRUE)

Arguments

x

A data.frame returned by taxify().

cols

Which columns to attach: NULL (default) the curated set, "all" every column the source carries, or a character vector of names. See enrichment_cols.

verbose

Logical. Default TRUE.

Value

The same data.frame with categorical arctic_traits_ columns: feeding_habit, skeleton, reproduction, larval_development, size, living_habit, body_form, mobility, bioturbation, depth_range, trophic_level, fragility, sociability, longevity.

Details

Source: Arctic Traits Database (Degen & Faulwetter 2019, University of Vienna PHAIDRA, CC-BY 4.0).

References

Degen R, Faulwetter S (2019) The Arctic Traits Database. University of Vienna. doi:10.25365/phaidra.49

Examples

if (FALSE) { # \dontrun{
taxify("Astarte borealis", backbone = "gbif") |>
  add_arctic_traits()
} # }