The R Project SVN R

Rev

Rev 60126 | Rev 74873 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 60126 Rev 61605
Line 28... Line 28...
28
         (np >= 3 &&
28
         (np >= 3 &&
29
          isFun(paste(sp[1:(np-2)], collapse = '.'))))
29
          isFun(paste(sp[1:(np-2)], collapse = '.'))))
30
}
30
}
31
 
31
 
32
is.ALL <- function(obj, func.names = ls(pos=length(search())),
32
is.ALL <- function(obj, func.names = ls(pos=length(search())),
33
		   not.using = c("is.single", "is.loaded",
33
		   not.using = c("is.single", "is.real", "is.loaded",
34
                     "is.empty.model", "is.R", "is.element", "is.unsorted"),
34
                     "is.empty.model", "is.R", "is.element", "is.unsorted"),
35
		   true.only = FALSE, debug = FALSE)
35
		   true.only = FALSE, debug = FALSE)
36
{
36
{
37
    ## Purpose: show many 'attributes' of  R object __obj__
37
    ## Purpose: show many 'attributes' of  R object __obj__
38
    ## -------------------------------------------------------------------------
38
    ## -------------------------------------------------------------------------