Joins GRIIS (Global Register of Introduced and Invasive Species) status to a
taxify() result, filtered by country. This is the source-named door for
GRIIS; GloNAF (add_glonaf()) carries related naturalized-alien status.
Arguments
- x
A data.frame returned by
taxify().- country
Character. ISO 3166-1 alpha-2 country code(s), or
"all".Single code (e.g.,
"AT"): addsinvasive_statuscolumn (no suffix).Multiple codes (e.g.,
c("AT", "DE")): addsinvasive_status_AT,invasive_status_DE."all": adds one column per country in the dataset.
List the codes GRIIS covers with
enrichment_groups("griis").- 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.
Value
The same data.frame with additional column(s):
- invasive_status
One of
"native","introduced","invasive", orNAif not recorded for that country.