powered by
Loading version of understat_league_season_shots, but for all seasons Returns shooting locations for all matches played in the selected league
understat_league_season_shots
load_understat_league_shots(league)
returns a dataframe of shooting locations for a selected league
the available leagues in Understat as outlined below
The leagues currently available for Understat are: "EPL", "La liga", "Bundesliga", "Serie A", "Ligue 1", "RFPL"
if (FALSE) { try({ df <- load_understat_league_shots(league="Serie A") }) }
Run the code above in your browser using DataLab