Description Methods Public fields Active bindings Methods
swagger.Metrics
get_game_ppa Team Predicated Points Added (PPA/EPA) by game
get_player_game_ppa Player Predicated Points Added (PPA/EPA) broken down by game
get_player_season_ppa Player Predicated Points Added (PPA/EPA) broken down by season
get_predicted_points Predicted Points (i.e. Expected Points or EP)
get_pregame_win_probabilities Pregame win probability data
get_team_ppa Predicted Points Added (PPA/EPA) data by team
get_win_probability_data Win probability chart data
path
Stores url path of the request.
apiClient
Handles the client-server communication.
userAgent
Set the user agent of the request.
path
Stores url path of the request.
new()
MetricsApi$new(apiClient)
get_game_ppa()
MetricsApi$get_game_ppa( year, week, team, conference, exclude_garbage_time, season_type, ... )
get_player_game_ppa()
MetricsApi$get_player_game_ppa( year, week, team, position, player_id, threshold, exclude_garbage_time, season_type, ... )
get_player_season_ppa()
MetricsApi$get_player_season_ppa( year, team, conference, position, player_id, threshold, exclude_garbage_time, ... )
get_predicted_points()
MetricsApi$get_predicted_points(down, distance, ...)
get_pregame_win_probabilities()
MetricsApi$get_pregame_win_probabilities(year, week, team, season_type, ...)
get_team_ppa()
MetricsApi$get_team_ppa(year, team, conference, exclude_garbage_time, ...)
get_win_probability_data()
MetricsApi$get_win_probability_data(game_id, ...)
clone()
The objects of this class are cloneable with this method.
MetricsApi$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.