R/weather.R

#' Random Weather Data
#'
#' A dataset containing randomly generated weather data.
#'
#' @format A data frame of 7 rows and 3 columns
#' \describe{
#'  \item{Day}{Numeric values giving day of the week, 1 = Monday, 7 = Sunday}
#'  \item{Temp}{Numeric values giving temperature of the day}
#'  \item{Weather}{Character string giving the weather conditions}
#' }
#' @source Randomly generated data
"weather"
jmbo1190/datasummary documentation built on Dec. 21, 2021, 1:11 a.m.