R/rfNews.R

Defines functions rfNews

Documented in rfNews

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

Try the extendedForest package in your browser

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

extendedForest documentation built on Dec. 12, 2023, 3 p.m.