This package is designed to allow users to extract various world football results and player statistics from the following popular football (soccer) data sites:
You can install the CRAN version of worldfootballR
with:
install.packages("worldfootballR")
You can install the released version of worldfootballR
from GitHub with:
# install.packages("devtools")
devtools::install_github("JaseZiv/worldfootballR")
Package vignettes have been built to help you get started with the package.
For FBref.com data (match and season data), a list of leagues and seasons included in the package can be found in the worldfootballR_data
repository and can be found here
For transfermarkt.com data (valuations and transfers), a list of leagues and seasons included in the package can be found in the worldfootballR_data
repository and can be found here
When using the functions in the package, please ensure you attribute the source of the data based on the function you use.
Data providers are listed below:
Special mention goes out to Ewan Henderson’s awesome understatr
library for the inspiration and internal code for the understat_
functions contained in this package.
When creating an issue, please include:
Feel free to get in touch via email or twitter https://twitter.com/jaseziv if you aren’t able to create an issue.
Follow me on Twitter (jaseziv) for updates
If this package helps you, all I ask is that you star this repo