Skip to content
Prev 24175 / 63424 Next

allocVector reference

Andrew,
On Mar 15, 2007, at 8:01 AM, Andrew Piskorski wrote:

            
Yes. Just try
a=1:100000000
gc()
b=a
gc()
b[0]=0:0
gc()
Nope.
"old deprecated"? It was introduced in 1.4.0 and it is the most  
recently introduced assignment operator in R. I think that you are  
mistaking it for "_" which is no assignment operator anymore but used  
to be.
Cheers,
Simon