Skip to content

This R package offers a comprehensive dataset on chess grand masters.

License

Notifications You must be signed in to change notification settings

aswanijehangeer/ChessGMsdata

Repository files navigation

ChessGMsdata

Chess Grand Masters Data.

aswanijehangeer

R Version GitHub issues


An R data package containing a dataset of chess grandmasters' information, including their name, fide id, birth date, birth place, and more. This package serves as a valuable resource for chess analysis, research, and exploration of the chess world.

Installation

You can install this package from GitHub using the devtools package:

# Install devtools if not already installed
if (!requireNamespace("devtools", quietly = TRUE)) {
  install.packages("devtools")
}

# Install ChessGMsdata from GitHub
devtools::install_github("aswanijehangeer/ChessGMsdata")

Usage

To load the dataset, simply use:

# loading package
library(ChessGMsdata)

# data
data(chess_grandmasters)

This will make the chess_grandmasters dataset available for your analysis.

I have also developed a Shiny app based on a dataset related to chess grandmasters.

You can access the Shiny app by following this link: Chess Grandmasters Shiny App

License

This package is open-source and available under the MIT License.

Contact

For questions, issues, or suggestions, please open an issue.

About

This R package offers a comprehensive dataset on chess grand masters.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages