R/data.R

#' The chess piece polygon paths
#'
#' Not intended for use by the user
#'
#' @format A dataframe of chess piece polygon coordinates
"paths"

#' A list of dark and light square colour options
#'
#' Not intended for use by the user
#'
#' @format A named list of dark and light square colours
"colour_lookup"

#' A named vector for help when parsing FEN strings
#'
#' Not intended for use by the user
#'
#' @format A named vector
"notation_lookup"

#' A named vector for help when plotting chess positions
#'
#' Not intended for use by the user
#'
#' @format A named vector
"square_lookup"

#' A tibble containing the PGN seven tag roster
#'
#' Not intended for use by the user
#'
#' @format A tibble
"seven_tag_roster"
cj-holmes/ggambit documentation built on July 22, 2021, 12:56 p.m.