pow_lookup {taxize} | R Documentation |
Lookup taxa in Kew's Plants of the World
Description
Lookup taxa in Kew's Plants of the World
Usage
pow_lookup(id, include = NULL, ...)
Arguments
id |
(character) taxon id. required |
include |
(character) vector of additional fields to include in results. options include 'distribution' and 'descriptions'. optional |
... |
Further args passed on to crul::HttpClient. |
See Also
Other pow:
get_pow()
,
pow_search()
,
pow_synonyms()
Examples
## Not run:
pow_lookup(id = 'urn:lsid:ipni.org:names:320035-2')
pow_lookup(id = 'urn:lsid:ipni.org:names:320035-2',
include = "distribution")
pow_lookup(id = 'urn:lsid:ipni.org:names:320035-2',
include = c("distribution", "descriptions"))
## End(Not run)
[Package taxize version 0.9.100 Index]