Describe the bug
When using thebref_team_results()function, the following variables have incorrect values (Loss, Time). The Attendance column is additionally missing. In fact, the values for Attendance appear to be what is currently contained in the Time column. Values for Time appear to be what is currently in Loss.
To Reproduce
Steps to reproduce the behavior:
- run
try(bref_team_results("NYM", 2015))
- See the values mentioned above.
Screenshot

Desktop (please complete the following information):
- OS: Windows 11
- Version R 4.5.2
Additional context
Looks like values "slid" from Attendance to Time, and Time to Loss, dropping Attendance altogether.
Describe the bug
When using the
bref_team_results()function, the following variables have incorrect values (Loss, Time). The Attendance column is additionally missing. In fact, the values for Attendance appear to be what is currently contained in the Time column. Values for Time appear to be what is currently in Loss.To Reproduce
Steps to reproduce the behavior:
try(bref_team_results("NYM", 2015))Screenshot

Desktop (please complete the following information):
Additional context
Looks like values "slid" from Attendance to Time, and Time to Loss, dropping Attendance altogether.