R/utility.R

Defines functions LGchangeLog

Documented in LGchangeLog

#  UTILITY FUNCTIONS


LGchangeLog <- function(n=20)
#	Write first n lines of limmaGUI changelog
#	Gordon Smyth
#	20 Sep 2004.  Last modified 30 Oct 2004.
{
	writeLines(readLines(system.file("doc","changelog.txt",package="limmaGUI"),n=n))
}

Try the limmaGUI package in your browser

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

limmaGUI documentation built on Nov. 8, 2020, 6:55 p.m.