Description Usage Arguments Value Author(s) Examples
View source: R/flora_europaea.R
This function check the status (native or exotic) of a species in each of the eu countries.
For that end, it checks Flora Europaea (http://rbg-web2.rbge.org.uk/FE/fe.html) and scrapes the data from there.
Note that the webpage contains more information.
As expected, the function is as good as the database is. I think for native species is robust but new exotic species are not added as to my knowledge the database is not updated anymore. The database is not able to recognize species synonyms.
See http://rbg-web2.rbge.org.uk/FE/data/countries for explanation of the database codes.
1 | flora_europaea(sp, messages = TRUE, ...)
|
sp |
character; a vector of length one with a single scientific
species names in the form of |
messages |
logical; If |
... |
curl options passed on to |
A list of vectors containing the countries where the species is native, exotic, ...
Ignasi Bartomeus nacho.bartomeus@gmail.com
1 2 3 4 5 6 7 8 9 | ## Not run:
sp <- c("Lavandula stoechas", "Carpobrotus edulis", "Rhododendron ponticum",
"Alkanna lutea", "Anchusa arvensis")
flora_europaea(sp[1])
sapply(sp, flora_europaea, simplify = FALSE)
flora_europaea('Calendula officinalis')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.