The R Project SVN R

Rev

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

Rev 68948 Rev 70622
Line 1... Line 1...
1
% File src/library/base/man/assign.Rd
1
% File src/library/base/man/assign.Rd
2
% Part of the R package, https://www.R-project.org
2
% Part of the R package, https://www.R-project.org
3
% Copyright 1995-2013 R Core Team
3
% Copyright 1995-2016 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{assign}
6
\name{assign}
7
\alias{assign}
7
\alias{assign}
8
\title{Assign a Value to a Name}
8
\title{Assign a Value to a Name}
Line 70... Line 70...
70
  Wadsworth & Brooks/Cole.
70
  Wadsworth & Brooks/Cole.
71
}
71
}
72
 
72
 
73
\seealso{
73
\seealso{
74
  \code{\link{<-}},
74
  \code{\link{<-}},
75
  \code{\link{get}},
75
  \code{\link{get}}, the inverse of \code{assign()},
76
  \code{\link{exists}},
76
  \code{\link{exists}},
77
  \code{\link{environment}}.
77
  \code{\link{environment}}.
78
}
78
}
79
\examples{
79
\examples{
80
for(i in 1:6) { #-- Create objects  'r.1', 'r.2', ... 'r.6' --
80
for(i in 1:6) { #-- Create objects  'r.1', 'r.2', ... 'r.6' --