Skip to content

Commit ff7505f

Browse files
committed
corrected
1 parent 41f8c94 commit ff7505f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vignettes/datatable-joins.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ Using prefixes (`x.` and `i.`) is not strictly necessary in this case since the
602602

603603
If you want to exclude unmatched rows (an _inner join_), use `nomatch = NULL`:
604604

605-
```{r}
605+
```{r retain_i_column_inner_join}
606606
x[i, on = .(x_int >= i_int), .(i_int = i.i_int, x_int = x.x_int, lower, UPPER), nomatch = NULL]
607607
```
608608

0 commit comments

Comments
 (0)