powered by
The league results are represented with a cross table.
get_table_results(df, competition, season)
List with these two elements:
plot_teams Graphical device with the cross table.
wins_teams Vector with the team wins.
Data frame with the games and the players info.
Competition.
Season.
Guillermo Vinue
if (FALSE) { df <- do_join_games_bio("ACB", acb_games_1718, acb_players_1718) df$Compet <- "ACB" gg <- get_table_results(df, "ACB", "2017-2018") gg$wins_teams gg$plot_teams }
Run the code above in your browser using DataLab