Closed EagleoutIce closed 2 months ago
In other words, a line like:
foo[,ii_yy := sample(ii),]
Actually changes foo as a side effect!
foo
Additionally we can not carve them out, so there is no standalone ii_yy := sample(ii) it is all defined within the context foo and not a side-effect definition of ii_yy
ii_yy := sample(ii)
ii_yy
In other words, a line like:
Actually changes
foo
as a side effect!