uss_get_matches | R Documentation |
Gets league-play data for each game, from engsoccerdata, returning a tibble in a standardised format.
uss_get_matches(country = uss_countries(), ...)
country |
|
... |
< |
uss_countries()
returns the available choices; "england"
is
the default. Additional arguments are passed to dplyr::filter()
.
This function relies on an internal function, uss_make_matches()
, to parse
the source data.
a tibble with columns country
, date
, season
, tier
, home
,
visitor
, goals_home
, goals_visitor
.
uss_get_matches("england") uss_get_matches("italy", season == 1934)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.