tictactoe: Tic-Tac-Toe Data Set

Description Usage Format Source Examples

Description

Tic-Tac-Toe Data Set

Usage

1

Format

An object of class spec_tbl_df (inherits from tbl_df, tbl, data.frame) with 958 rows and 10 columns.

Source

http://archive.ics.uci.edu/ml/datasets/Tic-Tac-Toe+Endgame

Examples

1
2
3
4
5
6
7
8
9
## Not run: 
tictactoe %>%
filter(class == "positive")
## End(Not run)
## Not run: 
tictactoe %>%
group_by(center) %>%
count()
## End(Not run)

emmal73/readUCI documentation built on Dec. 24, 2019, 1:29 p.m.