flags: Flags Data Set

Description Usage Format Source Examples

Description

Flags Data Set

Usage

1

Format

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

Source

http://archive.ics.uci.edu/ml/datasets/Flags

Examples

1
2
3
4
5
6
7
8
9
## Not run: 
flags %>%
filter(bars >= 3)
## End(Not run)
## Not run: 
flags %>%
group_by(mainhue) %>%
count()
## End(Not run)

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