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

geo_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.GeoClient

Value

list or data.frame, as specified by returnType

Details

Query on searchable fields to retrieve matching geo areas

See also