R/ClimIndNews.R

Defines functions ClimIndNews

Documented in ClimIndNews

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

Try the ClimInd package in your browser

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

ClimInd documentation built on April 10, 2021, 1:06 a.m.