I am trying the new programming facilities in data.table, especially env and substitute2.
However, in the latest version of 1.14.6, those two seems not available.
unused argument (env = list(v = as.list(v)))
There are questions about using env with 1.14.3 on stackoverflow.
So were they removed from 1.14.6?
I am trying the new programming facilities in
data.table, especiallyenvandsubstitute2.However, in the latest version of 1.14.6, those two seems not available.
There are questions about using
envwith 1.14.3 on stackoverflow.So were they removed from 1.14.6?