Italian: Italian Restaurants Dataset

Description Usage Format Examples

Description

Italian Restaurants Dataset

Usage

1

Format

A datafram with 168 rows and 7 columns:

price

price, in US dollars

restuarant

name of restaurants

price

price of a meal for two, in US dollars

east

is it located east of 5th avenue, true(1) false(0)

Examples

1
2
3
mean(Italian$price)
if (require(dplyr)) {
  dplyr::filter(Italian, price > 30)}

kvanallen/testpack documentation built on Nov. 14, 2019, 12:14 a.m.