rpeng@jhsph.edu
2004-Jul-12 23:36 UTC
[Rd] names in `getAnywhere' object don't match docs (PR#7082)
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">