library(tidyverse)
library(janitor)
library(usfootballR)
US Football scores
Most of usfootballR does not work.
try(load_mls_schedule(2022))
Warning in readRDS(con): cannot open URL
'https://raw.githubusercontent.com/saiemgilani/usfootballR-data/master/mls/schedules/rds/mls_schedule_2022.rds':
HTTP status was '404 Not Found'
Warning: Failed to readRDS from
<https://raw.githubusercontent.com/saiemgilani/usfootballR-data/master/mls/schedules/rds/mls_schedule_2022.rds>
try(load_mls_team_box(2022))
Warning in readRDS(con): cannot open URL
'https://raw.githubusercontent.com/saiemgilani/usfootballR-data/master/mls/team_box/rds/team_box_2022.rds':
HTTP status was '404 Not Found'
Warning: Failed to readRDS from
<https://raw.githubusercontent.com/saiemgilani/usfootballR-data/master/mls/team_box/rds/team_box_2022.rds>
NWSL
try(load_nwsl_schedule(2021))
Warning in readRDS(con): cannot open URL
'https://raw.githubusercontent.com/saiemgilani/usfootballR-data/master/nwsl/schedules/rds/nwsl_schedule_2021.rds':
HTTP status was '404 Not Found'
Warning: Failed to readRDS from
<https://raw.githubusercontent.com/saiemgilani/usfootballR-data/master/nwsl/schedules/rds/nwsl_schedule_2021.rds>
Espn
try(espn_mls_teams())
try(espn_mls_scoreboard (season = "20200829"))
2025-03-28 13:55:49.371197: Invalid arguments or no scoreboard data available!