Learn R Programming

BAwiR (version 1.3.4)

do_join_games_bio: 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)

Value

Data frame.

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.

Author

Guillermo Vinue

See Also

join_players_bio_age_acb, join_players_bio_age_euro

Examples

Run this code
df <- do_join_games_bio("ACB", acb_games_1718, acb_players_1718)
          

Run the code above in your browser using DataLab