scrape_league: Scrape football player data from a league
Description
Scrape football player data from a league
Usage
scrape_league(league_url, league_country = "Unknown League")
Value
A tibble containing raw player data.
Arguments
- league_url
Character string specifying the league URL.
- league_country
Character string indicating league or country.
Details
This function performs web scraping and returns the data in memory.
No files are written to disk.