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

specimen_find_by_ids(ids = NULL, returnType = "data.frame", ...)

Arguments

ids

ids of multiple specimen, separated by comma, type: character

returnType

Either list or data.frame (default)

...

additional parameters passed to find_by_ids from class nbaR.SpecimenClient

Value

list or data.frame, as specified by returnType

Details

Given multiple ids, returns a list of specimen

See also