Skip to content

Feature request: pass a vector to move() #10

@cshancock

Description

@cshancock

I would like to be able to pass a character vector to move(). This works:

game() %>%
    move("e4", "c5", "Nf3", "e6", "d3", "Nc6", "g3", "Nf6")

But this does not:

test_moves <- c("e4", "c5", "Nf3", "e6", "d3", "Nc6", "g3", "Nf6")

game() %>%
    move(test_moves)

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions