The R Project SVN R

Rev

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

Rev 80079 Rev 90027
Line 3... Line 3...
3
% Copyright 2010 R Core Team
3
% Copyright 2010 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{list2env}
6
\name{list2env}
7
\alias{list2env}
7
\alias{list2env}
8
\title{From A List, Build or Add To an Environment}
8
\title{From a List, Build or Add To an Environment}
9
\description{
9
\description{
10
  From a \emph{named} \code{\link{list} x}, create an
10
  From a \emph{named} \code{\link{list}} \code{x}, create an
11
  \code{\link{environment}} containing all list components as objects, or
11
  \code{\link{environment}} containing all list components as objects, or
12
  \dQuote{multi-assign} from \code{x} into a pre-existing environment.
12
  \dQuote{multi-assign} from \code{x} into a pre-existing environment.
13
}
13
}
14
\usage{
14
\usage{
15
list2env(x, envir = NULL, parent = parent.frame(),
15
list2env(x, envir = NULL, parent = parent.frame(),