Returns lineups for home and away teams for a selected match
get_match_lineups(match_url, time_pause = 2)
the fbref.com URL for the required match
the wait time (in seconds) between page loads
returns a dataframe with the team lineups for a selected match
if (FALSE) {
match <- get_match_urls(country = "AUS", gender = "F", season_end_year = 2021, tier = "1st")[1]
df <- get_match_lineups(match_url = match)
}