powered by
Fetches NRL team lineups from nrl.com for a given round using a direct URL. Prints a simple CLI message about the URL being fetched.
fetch_lineups(url, source = "nrl.com", type = "team_list")
A tibble with game, first_name, last_name, team, role.
Character. The full URL to the team list page on nrl.com.
Character. Currently only "nrl.com" is supported.
Character. Currently only "team_list".
fetch_lineups(url = "https://www.nrl.com/news/2024/05/07/nrl-team-lists-round-10/")
Run the code above in your browser using DataLab