-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Hi,
I'm trying to use the function get_nfl_boxscore_players with game_id = "401220131" but it's not working. This is the 9/13/2020 MIA vs. NE game. Other functions recognize this game_id (e.g. get_nfl_pbp(game_id="401220131") works.
Here's the error that I am getting:
player_game = get_nfl_boxscore_players(game_id = "401220131");
Error: Problem with mutate() input ..1.
x 'list' object cannot be coerced to type 'double'
i Input ..1 is across(c(pass_yds:punt_long), ~suppressWarnings(as.double(.x))).
Run rlang::last_error() to see where the error occurred.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels