iucn_getname {taxize} | R Documentation |
Get any matching IUCN species names
Description
Get any matching IUCN species names
Usage
iucn_getname(name, verbose = TRUE, ...)
Arguments
name |
character; taxon name |
verbose |
logical; should messages be printed? |
... |
Further arguments passed on to |
Details
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.
Value
Character vector of names that matched in IUCN
See Also
Examples
## 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)
[Package taxize version 0.9.100 Index]