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}{Numeric values giving weather situation of the day}
#' }
#'
#' @source Randomly generated data.
"weather"
omerkara/okara documentation built on Nov. 21, 2023, 7:56 p.m.