You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
groupingsets(): introduce and make use of 'enclos'
When forwarding NSE arguments via jj=, also forward the environment
containing the symbols they may be referencing. Now groupingsets()
substitutes all the local arguments into the call and then evaluates x[,
jj, ...] in the specified environment, making it possible for jj to
refer to local symbols without confusing them to variables belonging to
groupingsets() or its caller.
To avoid cedta() problems, set .datatable.aware = TRUE in the
environment where the call is evaluated. (A column named
.datatable.aware would be shadowed. So it goes.)
0 commit comments