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

specimen_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.SpecimenClient

Value

list or data.frame, as specified by returnType

Details

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

See also