On Tue, 15 Jun 2004 12:50:04 -0400, Evgueni Parilov <[EMAIL PROTECTED]> wrote :
>Yep, shame on me. But on the other hand, this is a good example of a >vague menu >item. I think that instead of "Source R code...", it should be "Load >source R code..." >unless it can do more than just loading a source from R file. The name will make more sense as you learn more about R: it refers to the source() function, which reads and executes a file full of R code. The load() function doesn't work on source code, it works on saved binary images, so your suggestion isn't really clearer. Duncan Murdoch ______________________________________________ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
