On Aug 27, 2010, at 2:38 PM, Bruce Johnson wrote:
Where do I find this function?
Search? (How else?)
rhelpSearch <- function(string,
restrict = c("Rhelp10", "Rhelp08", "Rhelp02", "functions" ),
matchesPerPage = 100, ...) {
RSiteSearch(string=string, restrict = restrict,
matchesPerPage = matchesPerPage, ...)}
rhelpSearch("make.rm")
identifies a posting page from Jim Lemon's work:
http://cran.r-project.org/doc/contrib/Lemon-kickstart/kr_repms.html
http://cran.r-project.org/doc/contrib/Lemon-kickstart/makerm.R
--
David Winsemius, MD
West Hartford, CT
______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.