This is a wrapper for the method find from class SpecimenClient.

specimen_find(id = NULL, returnType = "data.frame", ...)

Arguments

id

id of specimen, type:

returnType

Either list or data.frame (default)

...

additional parameters passed to find from class nbaR.SpecimenClient

Value

list or data.frame, as specified by returnType

Details

If found, returns a single specimen

See also