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
For the first one, I think we should make users do -(V2:V1) - we probably could have special error handling to be helpful.
For the second one, I assume that if abs(number) is less than nrow(DT), we should return setdiff(seq_len(nrow(DT)), abs(number)) Is that how you see it?
There is an issue in scope in which
.SDcols
is evaluated.AFAIU there is no need to evaluate it in
x
's scope, and that is likely caused an issue here.The text was updated successfully, but these errors were encountered: