R/temp_data.R

#' Temperature Data from Sidney
#'
#' Data from what the average temperature was from 1995-2015
#'
#' @format A data frame with 20 rows and 3 columns
#' \describe{
#' \item{year}{year}
#' \item{avg_temp}{average temperature that year (degrees Fahrenheit)}
#' \item{temp_anomaly}{how different that year was from the average}
#' }
#'
"temp_data"
Sidneygerst/cliamte_package documentation built on March 24, 2020, 12:03 a.m.