We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f521245 commit 59b3704Copy full SHA for 59b3704
man/special-symbols.Rd
@@ -57,7 +57,7 @@ DT[, c(.(y=max(y)), lapply(.SD, min)),
57
DT[, grp := .GRP, by=x] # add a group counter
58
DT[, grp_pct := .GRP/.NGRP, by=x] # add a group "progress" counter
59
X[, DT[.BY, y, on="x"], by=x] # join within each group
60
-DT[X, on=.NATURAL] # join X and DT naturally on common column similar to X[on=Y]
+DT[X, on=.NATURAL] # join X and DT on common column similar to X[on=Y]
61
62
# .N can be different in i and j
63
DT[{cat(sprintf('in i, .N is \%d\n', .N)); a < .N/2},
0 commit comments