join_players_bio_age_acb {BAwiR}R Documentation

Join ACB games and players' info

Description

This function joins the ACB games with the players' bio and computes the players' age at each game.

Usage

join_players_bio_age_acb(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_acb(acb_games_1718, acb_players_1718)
          

[Package BAwiR version 1.3.2 Index]