get_tournament_objects: Get players, matches, or games from a given tournament
Description
Get players, matches, or games from a given tournament
Usage
get_tournament_objects(tournaments = NULL, level = NULL)
Arguments
tournaments
a data frame containing a set of tournaments
level
the level of object to return. Must be one of "players", "matches", or "games".
Value
a tibble containing the tournament objects.