View source: R/get_prem_history.R
get_prem_history | R Documentation |
Extract current season Premier League match data and combines it with previous seasons in a data frame.
get_prem_history()
This function returns a data.frame
with the following columns:
Character representing the division, default E0 which is the value for the Premier League
Date when the fixture was played
Character showing team playing at home
Character showing team playing away
Numeric fulltime home goals scored in the fixture
Numeric fulltime away goals scored in the fixture
Daf Howells <dafhowells@yahoo.co.uk>
## Not run: prem_history <- get_prem_history() ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.