frank.kroll@uni-bielefeld.de
2002-Oct-26 10:48 UTC
ls() without variables, which begins with a point (PR#2216)
Full_Name: Frank Kroll Version: 1.6.0 OS: Windows Submission from: (NULL) (217.2.248.125) The function ls() doesn´t show variables, which begins with a point, i.e. .test> .test<-c(1,2,3) > .test[1] 1 2 3> ls()character(0)>-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
ripley@stats.ox.ac.uk
2002-Oct-26 13:00 UTC
ls() without variables, which begins with a point (PR#2216)
That's not a bug. See the argument all.names. There is even an example on the help page (?ls) to educate you. Please do read the section of the FAQ on what we want bug reports on. On Sat, 26 Oct 2002 frank.kroll@uni-bielefeld.de wrote:> Full_Name: Frank Kroll > Version: 1.6.0 > OS: Windows > Submission from: (NULL) (217.2.248.125) > > > The function ls() doesn´t show variables, which begins with a point, i.e. .test > > > .test<-c(1,2,3) > > .test > [1] 1 2 3 > > ls() > character(0) > >-- Brian D. Ripley, ripley@stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272860 (secr) Oxford OX1 3TG, UK Fax: +44 1865 272595 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
ligges@statistik.uni-dortmund.de
2002-Oct-26 13:20 UTC
ls() without variables, which begins with a point (PR#2216)
frank.kroll@uni-bielefeld.de wrote:> > Full_Name: Frank Kroll > Version: 1.6.0 > OS: Windows > Submission from: (NULL) (217.2.248.125) > > The function ls() doesn´t show variables, which begins with a point, i.e. .test > > > .test<-c(1,2,3) > > .test > [1] 1 2 3 > > ls() > character(0)Why do you call this documented feature a bug? Citing ?ls: "all.names: a logical value. If TRUE, all object names are returned. If FALSE, names which begin with a ``.'' are omitted." Uwe Ligges -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Seemingly Similar Threads
- Test for list membership
- Patch for optiups to support Zinto D from ONLINE USV-Systeme AG
- Kaleidoscope tutorial: comments, corrections and Windows support
- error in dbeta (PR#970)
- Streaming ogg from filepointer pointing to archive of many oggs. Ogg stream does not stop after end of one ogg file - what to do ?