Skip to content

Commit 59b3704

Browse files
nitish jhanitish jha
authored andcommitted
small update
1 parent f521245 commit 59b3704

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

man/special-symbols.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ DT[, c(.(y=max(y)), lapply(.SD, min)),
5757
DT[, grp := .GRP, by=x] # add a group counter
5858
DT[, grp_pct := .GRP/.NGRP, by=x] # add a group "progress" counter
5959
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]
60+
DT[X, on=.NATURAL] # join X and DT on common column similar to X[on=Y]
6161
6262
# .N can be different in i and j
6363
DT[{cat(sprintf('in i, .N is \%d\n', .N)); a < .N/2},

0 commit comments

Comments
 (0)