italian: italian resturants data

Description Usage Format Source Examples

Description

a data set of italina resutrents and their price, food, decore

Usage

1

Format

A data frame with 168 rows and 7 variables:

price

price, in US dollars for a meal for two

east

is it lokated on the east of 5the avenue yes(1) or no(0)

resturant

name of resturant

food

ranking 0-30

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

ranawg/emopackahe_test documentation built on Nov. 14, 2019, 12:17 a.m.