Italian: Italian Restaurants Dataset

Description Usage Format Source Examples

Description

Italian Restaurants Dataset

Usage

1

Format

A data frame with 7 columns and 168 rows:

price

price of a meal for 2 with a drink

restaurant

restaurant name

food

Zagat ranking on a scale of 1-30

east

is it located east of 5th avenue, yes (1) or no (0)

Source

gattonweb

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)
  }

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