maksimhorowitz / nflscrapR

R Package for Scraping and Aggregating NFL Data
522 stars 139 forks source link

WEEK 11 ISSUES #139

Open aetedford opened 4 years ago

aetedford commented 4 years ago

Anyone with the same issue this week? Any work-arounds?

When running: allseason_pbp_2019_11 <- scrape_season_play_by_play(2019)

and:

nfl_2019_WK11 <- scrape_season_play_by_play(2019, weeks = 11)

I am getting the error - Error: $ operator is invalid for atomic vectors In addition: Warning messages: 1: In .parse_hms(..., order = "MS", quiet = quiet) : Some strings failed to parse, or all strings are NAs 2: In .parse_hms(..., order = "MS", quiet = quiet) : Some strings failed to parse, or all strings are NAs 3: In .parse_hms(..., order = "MS", quiet = quiet) : Some strings failed to parse, or all strings are NAs 4: In .parse_hms(..., order = "MS", quiet = quiet) : Some strings failed to parse, or all strings are NAs 5: In .parse_hms(..., order = "MS", quiet = quiet) : Some strings failed to parse, or all strings are NAs 6: In .parse_hms(..., order = "MS", quiet = quiet) : Some strings failed to parse, or all strings are NAs 7: In .parse_hms(..., order = "MS", quiet = quiet) : Some strings failed to parse, or all strings are NAs 8: In .parse_hms(..., order = "MS", quiet = quiet) : Some strings failed to parse, or all strings are NAs 9: In .parse_hms(..., order = "MS", quiet = quiet) : Some strings failed to parse, or all strings are NAs 10: In .parse_hms(..., order = "MS", quiet = quiet) : Some strings failed to parse, or all strings are NAs