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

multimedia_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.MultimediaClient

Value

list or data.frame, as specified by returnType

Details

Search for multimedia documents with query parameters or QuerySpec JSON string

See also