Skip to content

Commit c093310

Browse files
committed
Merge branch 'master' into frollapply2025
2 parents e8fb5f7 + 6e63f5b commit c093310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
106106
13. New `mergelist()` and `setmergelist()` similarly work _a la_ `Reduce()` to recursively merge a `list` of data.tables, [#599](https://github.com/Rdatatable/data.table/issues/599). Different join modes (_left_, _inner_, _full_, _right_, _semi_, _anti_, and _cross_) are supported through the `how` argument; duplicate handling goes through the `mult` argument. `setmergelist()` carefully avoids copies where one is not needed, e.g. in a 1:1 left join. Thanks Patrick Nicholson for the FR (in 2013!), @jangorecki for the PR, and @MichaelChirico for extensive reviews and fine-tuning.
107107
108-
```r
108+
```r
109109
l = list(
110110
data.table(id = c(1L, 2L, 3L), x = c("a", "b", "c")),
111111
data.table(id = c(1L, 2L, 4L), y = c("d", "e", "f")),

0 commit comments

Comments
 (0)