This is a wrapper for the method query from class TaxonClient.

taxon_query(queryParams = list(), returnType = "data.frame", ...)

Arguments

queryParams

Named list or vector with names being the fields to be queried and values being the values to match

returnType

Either list or data.frame (default)

...

additional parameters passed to query from class nbaR.TaxonClient

Value

list or data.frame, as specified by returnType

Details

Search for taxa (GET) using query parameters or a querySpec JSON

See also