R/Data.R

#' Italian Restaurants Dataset
#' @format A datafram with 168 rows and 7 columns:
#' \describe{
#' \item{price}{price, in US dollars}
#' \item{restuarant}{name of restaurants}
#' \item{price}{price of a meal for two, in US dollars}
#' \item{east}{is it located east of 5th avenue, true(1) false(0)}
#'
#'
#' }
#' @examples
#' mean(Italian$price)
#' if (require(dplyr)) {
#'   dplyr::filter(Italian, price > 30)}
#' @docType data
"Italian"
kvanallen/testpack documentation built on Nov. 14, 2019, 12:14 a.m.