italian: Italian Restaurants Dataset

Description Usage Format Source Examples

Description

Italian Restaurants Dataset

Usage

1

Format

Variables

restaurant

name of the restaurant

Source

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

Examples

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

stannir98/bigfuntest documentation built on Nov. 14, 2019, 12:17 a.m.