The R Project SVN R

Rev

Rev 76572 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 76572 Rev 83769
Line 23... Line 23...
23
  These are \emph{internal} utilities, currently in the \pkg{methods}
23
  These are \emph{internal} utilities, currently in the \pkg{methods}
24
  package, that either provide some functionality needed by the package
24
  package, that either provide some functionality needed by the package
25
  (e.g., element matching by name), or add compatibility with S-Plus, or both.
25
  (e.g., element matching by name), or add compatibility with S-Plus, or both.
26
}
26
}
27
\usage{
27
\usage{
28
functionBody(fun=sys.function(sys.parent()))
28
functionBody(fun = sys.function(sys.parent()))
-
 
29
functionBody(fun, envir = environment(fun)) <- value
29
 
30
 
30
allNames(x)
31
allNames(x)
31
 
32
 
-
 
33
existsFunction(f, generic = TRUE, where = topenv(parent.frame()))
32
getFunction(name, generic=TRUE, mustFind=TRUE, where)
34
getFunction(name, generic = TRUE, mustFind = TRUE, where)
33
 
35
 
34
el(object, where)
36
el(object, where)
35
 
37
 
36
elNamed(x, name, mustFind=FALSE)
38
elNamed(x, name, mustFind = FALSE)
-
 
39
elNamed(x, name) <- value
37
 
40
 
38
formalArgs(def)
41
formalArgs(def)
39
 
42
 
40
Quote(expr)
43
Quote(expr)
41
 
44