R/ncwebmapperNews.R

Defines functions indecisNews

Documented in indecisNews

#' @title ncwebmapper
#' 
#' @description Show the NEWS file of the \pkg{ncwebmapper} package.
#'
#' @details (See description)
#' 
#' @export
#' 
indecisNews <- function() {
    file <- file.path(system.file(package="ncwebmapper"), "NEWS.md")
    file.show(file)
}
ncwebmapper/ncwebmapper documentation built on Aug. 21, 2023, 10:08 p.m.