FPLdata: Read in Fantasy Premier League Data

This data contains a large variety of information on players and their current attributes on Fantasy Premier League <https://fantasy.premierleague.com/>. In particular, it contains a ‘next_gw_points' (next gameweek points) value for each player given their attributes in the current week. Rows represent player-gameweeks, i.e. for each player there is a row for each gameweek. This makes the data suitable for modelling a player’s next gameweek points, given attributes such as form, total points, and cost at the current gameweek. This data can therefore be used to create Fantasy Premier League bots that may use a machine learning algorithm and a linear programming solver (for example) to return the best possible transfers and team to pick for each gameweek, thereby fully automating the decision making process in Fantasy Premier League. This function simply supplies the required data for such a task.

Version: 0.1.0
Imports: readr, dplyr
Published: 2021-12-03
Author: Andrew Little [aut, cre]
Maintainer: Andrew Little <andrewlittlebristol at gmail.com>
License: MIT + file LICENSE
NeedsCompilation: no
Materials: NEWS
In views: SportsAnalytics
CRAN checks: FPLdata results

Documentation:

Reference manual: FPLdata.pdf

Downloads:

Package source: FPLdata_0.1.0.tar.gz
Windows binaries: r-devel: FPLdata_0.1.0.zip, r-release: FPLdata_0.1.0.zip, r-oldrel: FPLdata_0.1.0.zip
macOS binaries: r-release (arm64): FPLdata_0.1.0.tgz, r-oldrel (arm64): FPLdata_0.1.0.tgz, r-release (x86_64): FPLdata_0.1.0.tgz

Linking:

Please use the canonical form https://CRAN.R-project.org/package=FPLdata to link to this page.