Learn R Programming

worldfootballR (version 0.6.2)

player_dictionary_mapping: Player Mapping Dictionary

Description

Returns data frame of players from the top 5 Euro leagues, their player URL and their respective Transfermarkt URL. Currently only for the players who have been in the top 5 leagues since the 2017-2018 season

Usage

player_dictionary_mapping()

Arguments

Value

returns a dataframe of FBref players and respective Transfermarkt URL

Examples

Run this code
# \donttest{
try({
mapped_players <- player_dictionary_mapping()
})
# }

Run the code above in your browser using DataLab