R/phytodata.R

#' Phytoplankton data current as of 10312024
#'
#' Phytoplankton data current as of 10312024
#'
#' @format A nested \code{\link[tibble]{tibble}} with 40521 rows and 8 variables:
#' \describe{
#'   \item{epchc_station}{chr}
#'   \item{Date}{Date}
#'   \item{name}{chr}
#'   \item{units}{chr}
#'   \item{count}{num}
#'   \item{yrqrt}{Date}
#'   \item{yr}{num}
#'   \item{mo}{Ord.factor}
#'   }
#'
#' @concept data
#'
#' @examples
#' \dontrun{
#' # location to download data
#' path <- tempfile(fileext = '.xlsx')
#'
#' # load and assign to object
#' phytodata <- read_importphyto(path, download_latest = TRUE)
#'
#' nrow(phytodata)
#' ncol(phytodata)
#'
#' save(phytodata, file = 'data/phytodata.RData', compress = 'xz')
#'
#' file.remove(path)
#' }
"phytodata"
tbep-tech/tbeptools documentation built on April 13, 2025, 4:50 p.m.