drop_incomplete_games | R Documentation |
Remove games from data set that have missing information
drop_incomplete_games(data, game_ids = FALSE)
data |
A data frame with columns for Team, Score, Year, and Week produced by scrape_games. These 3 columns must be numeric. |
game_ids |
Logical argument to indicate if we want the returned data frame to include game_id numbers |
A cleaned version of game data with games that had incomplete data removed
drop_incomplete_games(regssn2021, game_ids = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.