[R] make.rm
David Winsemius
dwinsemius at comcast.net
Fri Aug 27 23:25:41 CEST 2010
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
More information about the R-help
mailing list