Joins Atlantic and Eastern-Pacific reef-fish life-history, ecology and
behaviour traits 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 quimbayo_ columns: numeric
body_size_max_cm, aspect_ratio, trophic_level, depth_min_m,
depth_max_m, temp_occurrence_mean_c; categorical home_range,
diel_activity, water_level, body_shape, mouth_position, diet,
spawning, size_group.
References
Quimbayo JP et al. (2021) Life-history traits, geographical range, and conservation aspects of reef fishes. Ecology. doi:10.5281/zenodo.4455016
Examples
if (FALSE) { # \dontrun{
taxify("Thalassoma bifasciatum", backbone = "gbif") |>
add_quimbayo()
} # }