rchess (version 0.1)

chessopenings: Chess openings data

Description

This data comes from the chess Chess Opening Theory wikibook https://en.wikibooks.org/wiki/Chess_Opening_Theory. The oppening were parse using rvest package.

Usage

chessopenings

Arguments

Format

A data frame with 544 observations and 3 variables.

Links

  • https://en.wikibooks.org/wiki/Chess_Opening_Theory/ECO_volume_A
  • https://en.wikibooks.org/wiki/Chess_Opening_Theory/ECO_volume_B
  • https://en.wikibooks.org/wiki/Chess_Opening_Theory/ECO_volume_C
  • https://en.wikibooks.org/wiki/Chess_Opening_Theory/ECO_volume_D
  • https://en.wikibooks.org/wiki/Chess_Opening_Theory/ECO_volume_E

Variables

  • eco: The game's opening classification
  • name: Games's location
  • pgn: The game's pgn

Examples

Run this code
data(chessopenings)
library("dplyr")
head(chessopenings)

Run the code above in your browser using DataCamp Workspace