Get any matching IUCN species names
Get any matching IUCN species names
iucn_getname(name, verbose = TRUE, ...)
name |
character; taxon name |
verbose |
logical; should messages be printed? |
... |
Further arguments passed on to |
Beware: IUCN functions can give back incorrect data. This isn't our fault. We do our best to get you the correct data quickly, but sometimes IUCN gives back the wrong data, and sometimes Global Names gives back the wrong data. We will fix these as soon as possible. In the meantime, just make sure that the data you get back is correct.
Character vector of names that matched in IUCN
## Not run: iucn_getname(name = "Cyanistes caeruleus") iucn_getname(name = "Panthera uncia") # not found in global names # iucn_getname(name = "Abronia pinsapo") # not found in IUCN search iucn_getname(name = "Acacia allenii") ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.