join_players_bio_age_euro {BAwiR} | R Documentation |
Join Euroleague and Eurocup games and players' info
Description
This function joins the Euroleague/Eurocup games with the players' bio and computes the players' age at each game.
Usage
join_players_bio_age_euro(df_games, df_rosters)
Arguments
df_games |
Data frame with the games. |
df_rosters |
Data frame with the biography of the roster players. |
Value
Data frame.
Author(s)
Guillermo Vinue
See Also
Examples
df <- join_players_bio_age_euro(euroleague_games_1718, euroleague_players_1718)
[Package BAwiR version 1.3.2 Index]