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

specimen_download_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 download_query from class nbaR.SpecimenClient

Value

list or data.frame, as specified by returnType

Details

Query with query parameters or querySpec JSON. ...

See also