join_players_bio_age_euro: Join Euroleague and Eurocup games and players' info

View source: R/join_players_bio_age_euro.R

join_players_bio_age_euroR 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

do_join_games_bio

Examples

df <- join_players_bio_age_euro(euroleague_games_1718, euroleague_players_1718)
          

BAwiR documentation built on Nov. 14, 2023, 5:08 p.m.