R/rfsrc.news.R

Defines functions rfsrc.news

Documented in rfsrc.news

rfsrc.news <- function(...) {
  newsfile <- file.path(system.file(package="randomForestSRC"), "NEWS")
  file.show(newsfile)
}

Try the randomForestSRC package in your browser

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

randomForestSRC documentation built on Sept. 11, 2024, 7:50 p.m.