R/data-IceCream.R

#' Ice Cream Sales Data
#'
#' This dataset contains fabricated data for the temperature, relative humidity, and ice cream sales for 30 days randomly selected between May 15th and September 6th.
#'
#' @format A data frame with 30 rows and 4 variables:
#' \describe{
#'   \item{id}{case number}
#'   \item{temp}{temperature in degrees Fahrenheit}
#'   \item{barsold}{number of ice cream bars sold}
#'   \item{relhumid}{relative humidity}
#' }
"IceCream"

Try the sur package in your browser

Any scripts or data that you put into this service are public.

sur documentation built on Aug. 26, 2020, 1:06 a.m.