Skip to contents

Returns the species-level trait columns available from the bundled GIFT enrichment, so you can pick which to attach in add_gift(). Read offline from the local .vtr (downloaded or built once); the first call may trigger that one-time download.

Usage

gift_traits()

Value

A data.frame with one row per trait column:

column

The gift_<trait> column name.

type

"numeric" or "character".

See also

add_gift(), enrichment_cols() for the same listing on any enrichment.

Examples

# \donttest{
old <- options(taxify.data_dir = taxify_example_data())
gift_traits()
options(old)
# }