View source: R/teams-matches.R
uss_make_teams_matches | R Documentation |
This has essentially the same as the matches
data; here, a row is returned
for every combination of team and match. Thus there are two rows returned
for each row in the data_matches
tibble: one for each team.
uss_make_teams_matches(data_matches)
data_matches |
|
tibble with columns country
, tier
,
season
, team
, date
, opponent
, at_home
,
goals_for
, goals_against
; ordered by country
, tier
,
season
, team
, date
.
uss_get_matches("england") |> uss_make_teams_matches() |> dplyr::filter(team == "Leeds United") |> tail()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.