R/rfu.news.R

Defines functions rfu.news

Documented in rfu.news

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

Try the rfUtilities package in your browser

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

rfUtilities documentation built on Oct. 3, 2019, 9:04 a.m.