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

geo_find_by_ids(ids = NULL, returnType = "data.frame", ...)

Arguments

ids

ids of multiple geo areas, separated by comma, type: character

returnType

Either list or data.frame (default)

...

additional parameters passed to find_by_ids from class nbaR.GeoClient

Value

list or data.frame, as specified by returnType

Details

Given multiple ids, returns a list of geo area objects

See also