We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e2784d commit f1154beCopy full SHA for f1154be
NEWS.md
@@ -1,5 +1,8 @@
1
# tidyr (development version)
2
3
+* `expand_grid()` gains a new `.vary` argument, allowing users to control
4
+ whether the first column varies fastest or slowest (#1543, @JamesHWade).
5
+
6
* `unite()` no longer errors if you provide a selection that doesn't select any
7
columns. Instead, it returns a column containing the empty string (#1548,
8
@catalamarti).
@@ -9,8 +12,6 @@
9
12
10
13
* tidyr now requires dplyr >=1.1.0 (#1568, @catalamarti).
11
14
-* `expand_grid()` gains a new `.vary` argument, allowing users to control whether combinations vary fastest or slowest (default). (#1543, @JamesHWade).
-
15
# tidyr 1.3.1
16
17
* `pivot_wider` now uses `.by` and `|>` syntax for the dplyr helper message to
0 commit comments