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

taxon_group_by_scientific_name(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 group_by_scientific_name from class nbaR.TaxonClient

Value

list or data.frame, as specified by returnType

Details

Returns a list with ScientificNameGroups, which contain Taxon and Specimen documents that share a scientific name

See also