Open patstout opened 1 month ago
I think the expected white space after the team name is no longer present.
Maybe we just swap out this: stringr::str_extract_all("[A-Z]+ ")
With: stringr::str_extract_all("[A-Z]+[\s$]")
@patstout do you want to try a PR for this?
Describe the bug Calling fp_projections in 2024 is returning all of the expected data except 'team' is showing up as character(0)
It is also giving off a warning that seems related.
Reprex
Created on 2024-10-11 with reprex v2.1.1
Expected behavior The team to be available for each player.
Session information Please copy the output of
sessionInfo()
into the box below.