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
if (is.character(j) || (is.numeric(j) &&!is.logical(j))) {
741
741
if (!missingby) {
742
742
j_type=if (is.character(j)) "a character"else"a numeric"
743
-
fmt="'by' or 'keyby' is ignored when 'j' is %s vector used for column selection. Perhaps you intended to use '.SD'? For example: DT[, .SD[, %s], by = ...]"
743
+
fmt="`by` or `keyby` is ignored when `j` is %s vector used for column selection. Perhaps you intended to use `.SD`? For example: DT[, .SD[, %s], by = ...]"
0 commit comments