Joins GRIIS (Global Register of Introduced and Invasive Species) data
to a taxify() result, filtered by country.
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.
- 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.