StatsBombFreeLineups: This function returns all lineups for the matches requested, or all matches available. This is for use with the freely released data from StatsBomb.com.
Description
This function easily scrapes the free events available from StatsBomb on our GitHub repository. Currently, parallel is only supported on PCs.
# NOT RUN {StatsBombFreeLineups(MatchesDF = "ALL", Parallel = T)
StatsBombFreeLineups(MatchesDF = Matches, Parallel = T) #Where Matches is a dataframe of the matches# }