StatsBombR icon indicating copy to clipboard operation
StatsBombR copied to clipboard

This repository is an R package to easily stream StatsBomb data from the API using your log in credentials or from the Open Data GitHub repository cost free into R .

Results 21 StatsBombR issues
Sort by recently updated
recently updated
newest added

Event data for two matches in the FA WSL aren't available in StatsBombR and are not listed in the [`37.json`](https://github.com/statsbomb/open-data/blob/master/data/matches/37.json) matches file: Bristol City v Yeovil (2019-01-27) Birmingham City v...

I'd make this a pull request but I'm running a much different fork of the package for use with R

Can I suggest dropping the requirement for parallel >= 3.5.0 to >= 3.4 in DESCRIPTION? It doesn't seem to make any difference and >= 3.5 forces you to run the...

Copy & pasting the code from the "Working-with-R.pdf" document from StatsBomb, ``` llibrary(tidyverse) library(StatsBombR) Comp % filter(competition_id==37 & season_name=="2020/2021") Matches 1` which is odd, especially since I didn't type `MatchesDF=="ALL"`...

Hello, I’m new to R and StatsBomb Data. I’m trying to follow the steps of your guide to use free StatsBomb Data, but when I try to install the StatsBombR...

Hey guys Apparently your SDMTools package version is not available anymore. Code line not working: `devtools::install_github("statsbomb/SDMTools")`

Hi, I'm trying to install the package from GitHub and I get the following error. Skipping SDMTools, it is already being installed ✔ checking for file ‘/private/var/folders/w3/wdd8d9jx7ysdfgsk3gbbx8zh0000gn/T/RtmpYuXL4V/remotes779a35e410de/statsbomb-StatsBombR-b0a5ee7/DESCRIPTION’ ... ─ preparing...

Hi, I keep encountering the error message below when I attempt to install the StatsBombR package on R Studio: Error: Failed to install 'StatsBombR' from GitHub: Git does not seem...

Hello I am new to statsbomb and R. Believe I got the initial packages installed correctly because it worked smoothly with the free data but when I attempt to use...