las_vegas: Las Vegas Data Set

Description Usage Format Source Examples

Description

Las Vegas Data Set

Usage

1

Format

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

Source

https://archive.ics.uci.edu/ml/datasets/Las+Vegas+Strip

Examples

1
2
3
4
5
6
7
8
9
## Not run: 
las_vegas %>%
filter(score == 5)
## End(Not run)
## Not run: 
adult %>%
group_by(hotel_stars) %>%
count()
## End(Not run)

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