R/HEobs-package.R

#' \pkg{HEobs}: Data Processing Of Natural Streamflow And Metadata From Ons Stations
#'
#'The goal of \pkg{HEobs} is to Ingest, clean and tidy data of natural
#'streamflow and metadata from ONS stations.

#'@section HEobs functions:
#'
#' \itemize{
#'    \code{\link{import_qnat}}: Import data file of daily naturalized streamflow
#'
#'    \code{\link{extract_metadata}}: Import metadata from streamflow stations of ONS
#'
#'    \code{\link{wider}}: Pivot data from long to wide format.
#'}
#'
#'@docType package
#'@name HEobs-package
#'
# The following block is used by usethis to automatically manage
# roxygen namespace tags. Modify with care!
## usethis namespace: start
## usethis namespace: end
NULL
lhmet/HEobs documentation built on July 11, 2022, 8:03 a.m.