pow_lookup: Lookup taxa in Kew's Plants of the World

View source: R/pow_search.R

pow_lookupR 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)

ropensci/taxize documentation built on Jan. 25, 2024, 6:49 p.m.