get_match_game_data: Given recent match data, return a cleaned list of recent...

View source: R/get_matchup.R

get_match_game_dataR Documentation

Given recent match data, return a cleaned list of recent match and recent game data

Description

Given recent match data, return a cleaned list of recent match and recent game data

Usage

get_match_game_data(data = NULL, players = NULL, ranks = NULL)

Arguments

data

recent match data frame.

players

a vector containing player names as strings.

ranks

a vector of integers representing the player ranks.

Value

list containing recent match and recent games data frames.


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