I’d like to share an R package I created to work with the Chess.com API. Earlier this year, I wanted to analyze my game data but struggled to find an efficient way to retrieve it. So, I wrote some R code to download my games from the API and eventually turned it into a custom package for others to use.
The package is simple and streamlines the process of collecting all your games for analysis. However, if you’re not familiar with R, this package might be a bit challenging to use, as it requires some setup. For those who are comfortable with R and RStudio, you can easily download the package from my GitHub using remotes and retrieve your games in seconds.
I’d love to hear any feedback or suggestions, as this is my first attempt at creating an R package.
Hello everyone,
I’d like to share an R package I created to work with the Chess.com API. Earlier this year, I wanted to analyze my game data but struggled to find an efficient way to retrieve it. So, I wrote some R code to download my games from the API and eventually turned it into a custom package for others to use.
The package is simple and streamlines the process of collecting all your games for analysis. However, if you’re not familiar with R, this package might be a bit challenging to use, as it requires some setup. For those who are comfortable with R and RStudio, you can easily download the package from my GitHub using remotes and retrieve your games in seconds.
I’d love to hear any feedback or suggestions, as this is my first attempt at creating an R package.
GitHub: ChessPI
Thanks!