vignettes/vizentryhist.Rmd
vizentryhist.Rmd
Suppose now we are interested in visualizing the FPL history of two entries.
First we fetch the entry histories of two random entries using get_entry_hist:
library(fplscrapR) entryhist <- get_entry_hist(entryid=c(1001,2002))
Next we plot the historical performance using dplyr and ggplot2: