Full_Name: Roger D. Peng
Version: 1.9.1
OS: Linux (Fedora Core 1)
Submission from: (NULL) (162.129.44.120)


The docs for getAnywhere say:

Value:

     An object of class '"getAnywhere"'.  This is a list with
     components 

    name: the name searched for.

    funs: a list of objects found

  where: a character vector explaining where the object(s) were found

 visible: logical: is the object visible

    dups: logical: is the object identical to one earlier in the list.

But the object returned by getAnywhere() has names

> g <- getAnywhere("print")
> names(g)
[1] "name"    "objs"    "where"   "visible" "dups"   
>

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-devel

Reply via email to