R/climaemet_news.R

Defines functions climaemet_news

Documented in climaemet_news

#' @title climaemet_news
#'
#' @description Show the NEWS file of the \CRANpkg{climaemet} package.
#'
#' @family helpers
#'
#' @details (See description)
#'
#' @return Open NEWS from `climaemet`.
#'
#' @export
#'
#' @examples
#' \dontrun{
#' climaemet_news()
#' }
#'
climaemet_news <- function() {
  file <- file.path(system.file(package = "climaemet"), "NEWS.md")
  file.show(file)
}

Try the climaemet package in your browser

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

climaemet documentation built on Aug. 30, 2023, 9:06 a.m.