R/SPEINews.R

Defines functions SPEINews

Documented in SPEINews

#' @title SPEINews
#'
#' @description Show the NEWS file of the \pkg{SPEI} package.
#'
#' @details (See description)
#'
#' @export
#'
SPEINews <- function() {
  file <- file.path(system.file(package = "SPEI"), "NEWS.md")
  file.show(file)
}

Try the SPEI package in your browser

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

SPEI documentation built on March 7, 2023, 5:15 p.m.