R/data.R

#' Italian Restaurants Dataset
#' @docType data
#' @format \strong{Variables}
#' \describe{
#' \item{restaurant}{name of the restaurant}}
#' @source \url{http://gattonweb.uky.edu/sheather/book/docs/datasets/nyc.csv}
#' @examples #Calculate the mean price
#' mean(italian$price)
#' if (require(dplyr)){
#' dplyr::filter(italian, price > 30)}
"italian"
stannir98/bigfuntest documentation built on Nov. 14, 2019, 12:17 a.m.