fen_row_to_vector: Convert row from FEN string into 8x1 vector

View source: R/fen_to_board.R

fen_row_to_vectorR Documentation

Convert row from FEN string into 8x1 vector

Description

The function fen_row_to_vector() is a helper function for fen_to_board().

Usage

fen_row_to_vector(row_string)

Arguments

row_string

A string representing chessboard row in FEN format

Value

A vector representing a chessboard row, with one element per square


dryguy/rbitr documentation built on Oct. 15, 2024, 6:18 a.m.