The R Project SVN R

Rev

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

Rev 59039 Rev 61433
Line 25... Line 25...
25
  \code{eapply} applies \code{FUN} to the named values from an
25
  \code{eapply} applies \code{FUN} to the named values from an
26
  \code{\link{environment}} and returns the results as a list.  The user
26
  \code{\link{environment}} and returns the results as a list.  The user
27
  can request that all named objects are used (normally names that begin
27
  can request that all named objects are used (normally names that begin
28
  with a dot are not).  The output is not sorted and no enclosing
28
  with a dot are not).  The output is not sorted and no enclosing
29
  environments are searched.
29
  environments are searched.
30
  
30
 
31
  This is a \link{primitive} function.
31
  This is a \link{primitive} function.
32
}
32
}
33
\value{
33
\value{
34
  A named (unless \code{USE.NAMES = FALSE}) list.  Note that the order of
34
  A named (unless \code{USE.NAMES = FALSE}) list.  Note that the order of
35
  the components is arbitrary for hashed environments.
35
  the components is arbitrary for hashed environments.