Joins WCVP (World Checklist of Vascular Plants, Kew) native range
data to a taxify() result, filtered by TDWG botanical region.
Arguments
- x
A data.frame returned by
taxify().- region
Character. TDWG Level 3 region code(s), or
"all". Seetaxify_regions()for the full list of codes.Single code (e.g.,
"BGM"for Belgium): addsnative_statuscolumn (no suffix).Multiple codes (e.g.,
c("BGM", "GER")): addsnative_status_BGM,native_status_GER."all": adds one column per region in the dataset.
List the region codes WCVP covers with
enrichment_groups("wcvp").- cols
Which columns to attach.
NULL(the default) attaches the curated set; a character vector of column names attaches just those, and"all"attaches every column the source carries (seeenrichment_cols()).- verbose
Logical. Default
TRUE.