get_match_game_data: 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
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.