This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Data from - https://github.com/jalapic/engsoccerdata | |
library(tidyverse) | |
library(engsoccerdata) | |
df <- rbind(england, england_current()) %>% | |
filter(tier==1) %>% | |
homeaway() | |
df$Date <- as.Date(as.character(df$Date)) | |
head(df) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Have bottom 3 at Christmas all survived? | |
library(engsoccerdata) | |
library(tidyverse) | |
df <- rbind(england, england_current()) %>% filter(tier==1) | |
df.seasons <- split(df, df$Season) | |
df.tables <- lapply(df.seasons, function(x) maketable_eng(x, tier=1, Season = x[1,2])) | |
df.tables <- Map(cbind, df.tables, Season=unique(df$Season)) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
library(engsoccerdata) | |
library(tidyverse) | |
## get data of all top-tier seasons | |
df <- rbind(england, england_current()) %>% filter(tier==1) | |
## Get champions from each season. | |
df.seasons <- split(df, df$Season) | |
df.tables <- lapply(df.seasons, function(x) maketable_eng(x, tier=1, Season=x[1,2])) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Aberdare Athletic | Aat | |
---|---|---|
Aberdare Athletic | Aberdare | |
Accrington | NA | |
Accrington F.C. | accr | |
Accrington F.C. | Accrington | |
Accrington Stanley | Acc | |
Accrington Stanley | Accrington S. | |
AFC Bournemouth | B&B | |
AFC Bournemouth | Bou | |
AFC Bournemouth | Bournemouth |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
license: mit |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
license: mit |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
license: mit |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
license: mit |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
license: mit |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
license: mit |