Skip to contents

Clears the cached xG model files and re-downloads them from the fastRhockey-nhl-data repository. Use this after models have been retrained and pushed to GitHub.

Usage

refresh_xg_models()

Value

Invisible NULL. Models are reloaded into the package namespace.

Examples

if (FALSE) { # \dontrun{
  refresh_xg_models()
} # }