do_join_games_bio {BAwiR}R Documentation

Join games and players' info

Description

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.

Usage

do_join_games_bio(competition, df_games, df_rosters)

Arguments

competition

String. Options are "ACB", "Euroleague" and "Eurocup".

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

join_players_bio_age_acb, join_players_bio_age_euro

Examples

df <- do_join_games_bio("ACB", acb_games_1718, acb_players_1718)
          

[Package BAwiR version 1.3.2 Index]