Skip to content

Commit 6ea929f

Browse files
authored
Remove trailing comma from rowwiseDT() example in news (#6836)
1 parent f78044e commit 6ea929f

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
@@ -20,7 +20,7 @@ rowwiseDT(
2020
a=,b=,c=, d=,
2121
1, 2, "a", 2:3,
2222
3, 4, "b", list("e"),
23-
5, 6, "c", ~a+b,
23+
5, 6, "c", ~a+b
2424
)
2525
#> a b c d
2626
#> <num> <num> <char> <list>

0 commit comments

Comments
 (0)