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

specimen_get_ids_in_collection(name = NULL, returnType = "data.frame",
  ...)

Arguments

name

name of dataset, type:

returnType

Either list or data.frame (default)

...

additional parameters passed to get_ids_in_collection from class nbaR.SpecimenClient

Value

scalar

Details

Available collections can be queried with /getNamedCollections

See also