R/superpc.news.R

Defines functions superpc.news

Documented in superpc.news

#==========================================================================================#
#===============#
# Usage         :
#===============#
#                    superpc.news()
#
#===============#
# Description   :
#===============#
#
#===============#
# Arguments     :
#===============#
#
#===============#
# Values        :
#===============#
#
#==========================================================================================#

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

Try the superpc package in your browser

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

superpc documentation built on Oct. 24, 2020, 1:07 a.m.