Skip to content
Prev 60174 / 398502 Next

Combined variable names

see ?assign and ?get
i,e  instead ob <blank> below have something like assign(paste("v", i,
sep=""), a[i:N])
and if you need to loop over calling them say get(paste("v", i, sep=""))

of course typing v1 will call the variable...



Jean
On Tue, 30 Nov 2004, Tobias Muhlhofer wrote: