Full_Name: Steve Oncley
Version: 0.63.3
OS: Redhat5.2 i386
Submission from: 128.117.80.159 (128.117.80.159)
"exists" finds object UP TO the position it is in
search()
[1] ".GlobalEnv" "Autoloads" "package:base"
exists("ls",1)
[1] TRUE
exists("ls",2)
[1] TRUE
exists("ls",3)
[1] TRUE
x <- 1
exists("x",1)
[1] TRUE
exists("x",2)
[1] FALSE
exists("x",3)
[1] FALSE
whereas, S+ only finds the one position where the object is:
[1] F
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-devel-request@stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._