R/noppNews.R

Defines functions noppNews

Documented in noppNews

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

Try the nopp package in your browser

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

nopp documentation built on May 31, 2017, 3:45 a.m.