R/mydata.R

#' Climate dataset to demonstrate functions
#'
#' A climate dataset for use to demonstrate how the functions work.
#'
#' @format A data frame with 35,136 rows and 5 columns:
#' \describe{
#'   \item{Site}{Site location name}
#'   \item{Sensor}{Sensor name, unique to the site}
#'   \item{Date}{Date is ISOdate time format}
#'   \item{Temp, RH}{Temperature (C) and relative humidity (\%)}
#'   ...
#' }
#'
#' @source Climate
"mydata"

Try the ConSciR package in your browser

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

ConSciR documentation built on Nov. 5, 2025, 5:25 p.m.