Skip to content

Commit 6e63f5b

Browse files
authored
Indent code block to fix NEWS.md rendering (#7276)
1 parent a837dc9 commit 6e63f5b

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
@@ -93,7 +93,7 @@
9393

9494
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.
9595

96-
```r
96+
```r
9797
l = list(
9898
data.table(id = c(1L, 2L, 3L), x = c("a", "b", "c")),
9999
data.table(id = c(1L, 2L, 4L), y = c("d", "e", "f")),

0 commit comments

Comments
 (0)