[datatable-help] data.table BUG : data.table assignment
natus
niparisco at gmail.com
Thu Oct 4 13:56:53 CEST 2012
Hello,
see this example :
require(data.table)
table1<-data.table(id=c(1,2,3),x=c(1,2,3))
table2<-table1
table1[,y:=sum(x)]
table1
table2
The problem ? Both of table1 and table2 have the variable 'y' BUT only
table1 should.
Thx
--
View this message in context: http://r.789695.n4.nabble.com/data-table-BUG-data-table-assignment-tp4644988.html
Sent from the datatable-help mailing list archive at Nabble.com.
More information about the datatable-help
mailing list