Italian: Italian Restaurants Dataset

Description Usage Format Source Examples

Description

Italian Restaurants Dataset

Usage

1

Format

An object of class spec_tbl_df (inherits from tbl_df, tbl, data.frame) with 168 rows and 7 variables:

restaurant

name of restaurant

price

price of meal for two with a drink, in 2001 US dollars

food

Zagat ranking on a scale of 0-30

east

is restaurant located east or west of 5th avenue

Source

http://gattonweb.uky.edu/sheather/book/docs/datasets/nyc.csv

Examples

1
2
3
4
5
# Calculate the mean price
mean(Italian$price)
if (require(dplyr)) {
  dplyr::filter(Italian, price > 30)
}

beanumber/testpackage documentation built on Nov. 14, 2019, 12:12 a.m.