Joins European deadwood-beetle body and appendage morphometrics to a
taxify() result by accepted_name.
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. Seeenrichment_cols.- verbose
Logical. Default
TRUE.
Value
The same data.frame with numeric saproxylic_ columns:
body_length_mm, body_width_mm, body_height_mm, mass_mg,
colour_lightness, head_length_mm, pronotum_length_mm,
elytra_length_mm, wing_length_mm, wing_aspect, antenna_length_mm,
eye_length_mm.
References
Hagge J et al. (2021) Morphological trait database of European saproxylic beetles. Dryad. doi:10.5061/dryad.2fqz612p3
Examples
if (FALSE) { # \dontrun{
taxify("Rhysodes sulcatus", backbone = "gbif") |>
add_saproxylic()
} # }