rchess (version 0.1)

chesswc: FIDE World Cups data

Description

This data comes from the http://www.theweekinchess.com/ site and represent 1,266 games in the FIDE World Cupo 11, 13 and 15. The data has been parsed from the downloaded pgn files using https://github.com/jbkunst/chess-db scripts.

Usage

chesswc

Arguments

Format

A data frame with 1,266 observations and 11 variables.

Links

  • http://www.theweekinchess.com/chessnews/events/fide-world-cup-2015
  • http://www.theweekinchess.com/chessnews/events/fide-world-cup-tromso-2013
  • http://www.theweekinchess.com/chessnews/events/fide-world-cup-khanty-mansiysk-2011

Variables

  • event: Games's event
  • site: Games's location
  • date: Game's date
  • round: Games's round
  • white: White player's name
  • black: Black player's name
  • result: Game's result
  • whiteelo: White player's elo rating
  • blackelo: Black player's elo rating
  • eco: The game's opening classification
  • pgn: The game's pgn

Examples

Run this code
data(chesswc)
library("dplyr")
count(chesswc, event)

Run the code above in your browser using DataCamp Workspace