uss_make_matches | R Documentation |
Given a league-play data frame from {engsoccerdata}, returns a tibble with
standardised column-names and types, e.g. date
is a Date
.
uss_make_matches(data_engsoc, country)
data_engsoc |
obtained from engsoccerdata. |
country |
|
a tibble with columns country
, date
, season
, tier
, home
,
visitor
, goals_home
, goals_visitor
.
uss_make_matches(engsoccerdata::spain, "Spain")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.