R/spatialEcoNews.R

Defines functions spatialEcoNews

Documented in spatialEcoNews

#' @title spatialEco news
#' @description Displays release notes
#' @param ...  not used
#' @return Shows package NEWS file
#' @export
spatialEcoNews <- function(...) {
    newsfile <- file.path(system.file(package="spatialEco"), "NEWS")
    file.show(newsfile)
}

Try the spatialEco package in your browser

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

spatialEco documentation built on Nov. 18, 2023, 1:13 a.m.