R/rd-clemson_temps.R

#' @importFrom tibble tibble
NULL

#' Daily Clemson Temperature Data
#'
#' This data set contains daily temperatures (highs and lows) for Clemson, South Carolina
#'  from Jan. 1, 1930 to the end of the most recent calendar year.
#'  The goal is to update this periodically with new data for
#'  as long as I live in this town.
#'
#' @format A data frame with 33,148 observations on the following 3 variables.
#' \describe{
#' \item{\code{date}}{the date}
#' \item{\code{tmin}}{the daily low, adjusted to Fahrenheit}
#' \item{\code{tmax}}{the daily high, adjusted to Fahrenheit}
#' }
#'
#' @details Data obtained from NOAA, via the \pkg{rnoaa} package. The station identifier is \code{GHCND:USC00381770} for added context.
#' The call from \pkg{rnoaa} returns these values initially as Celsius*10. I don't know why NOAA does it this way, but there you go.
#'
"clemson_temps"

Try the stevedata package in your browser

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

stevedata documentation built on April 4, 2025, 1:39 a.m.