uss_make_seasons_cumulative | R Documentation |
Given a teams-matches data frame (returned by uss_make_teams_matches()
),
return return a data frame on wins, losses, points, etc.:
cumulative, over the course of each season: uss_make_seasons_cumulative()
uss_make_seasons_cumulative( data_teams_matches, fn_points_per_win = uss_points_per_win ) uss_make_seasons_final( data_teams_matches, fn_points_per_win = uss_points_per_win )
data_teams_matches |
data frame created using |
fn_points_per_win |
|
tibble with columns
country
, tier
, season
, team
, date
, matches
, wins
,
draws
, losses
, points
, goals_for
, goals_against
.
italy <- uss_get_matches("italy") |> uss_make_teams_matches() uss_make_seasons_cumulative(italy)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.