powered by
This function calls the needed ancillary functions to join the games played by all the players in the desired competition (currently ACB, Euroleague and Eurocup) with their personal details.
do_join_games_bio(competition, df_games, df_rosters)
Data frame.
String. Options are "ACB", "Euroleague" and "Eurocup".
Data frame with the games.
Data frame with the biography of the roster players.
Guillermo Vinue
join_players_bio_age_acb, join_players_bio_age_euro
join_players_bio_age_acb
join_players_bio_age_euro
df <- do_join_games_bio("ACB", acb_games_1718, acb_players_1718)
Run the code above in your browser using DataLab