get_tournament_objects: Get players, matches, or games from a given tournament

View source: R/get_tournament_.R

get_tournament_objectsR Documentation

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.


squashinformr documentation built on May 10, 2022, 5:12 p.m.