Skip to content
Prev 59592 / 398502 Next

variable object naming

Is this, i.e., using 'assign', the direction you want
to go? If so, pay attention to the 'envir' parameter.

BEGIN FROM Stat-R-US:
http://www.ku.edu/~pauljohn/R/Rtips.html#2.2
...
2.2 Create variable names "on the fly"   (10/04/2001
Paul Johnson <pauljohn at ukans.edu>) 

Paste together a variable name, set it to a value. Use
assign. As in
[1] "file1max"

(Brian Ripley, June 18, 2001)
...

END FROM STAT-R-US

Regards,
Michael Grant

--- "Benjamin M. Osborne" <Benjamin.Osborne at uvm.edu>
wrote: