R/rrfNews.R

Defines functions rrfNews

Documented in rrfNews

rrfNews <- function() {
    newsfile <- file.path(system.file(package="RRF"), "NEWS")
    file.show(newsfile)
}

Try the RRF package in your browser

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

RRF documentation built on May 31, 2022, 1:05 a.m.