cleanupPredictionsFile | R Documentation |
Sometimes the predictions file may end up with game duplicates (last minute postponements, etc,) This deduplicates, taking only the latest instance of a prediction (Games are unique by GameID)
cleanupPredictionsFile(
filepath = file.path(getOption("HockeyModel.data.path"), "dailyodds.csv")
)
filepath |
file path to cleanup |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.