R/data.R

#' Monthly flow data from Estero Culebron DGA station
#'
#' A dataset containing dates and monthly flow values.
#'
#' @format A data frame with 480 rows and 5 variables:
#' \describe{
#'   \item{date}{dates}
#'   \item{year}{years}
#'   \item{month}{months}
#'   \item{day}{days}
#'   \item{4400001}{flows, in cubic meters per second}
#' }
#' @source \url{https://camels.cr2.cl/}
"data"

Try the DeductiveR package in your browser

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

DeductiveR documentation built on April 4, 2025, 1:35 a.m.