We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be659f0 commit 94bc8aeCopy full SHA for 94bc8ae
NEWS.md
@@ -1,5 +1,7 @@
1
# dplyr (development version)
2
3
+* `if_else()` has gotten significantly faster and uses much less memory due to a rewrite in C via `vctrs::vec_if_else()` (#7723).
4
+
5
* Passing `size` to `if_else()` is now deprecated. The output size is always taken from the `condition` (#7722).
6
7
* `bind_rows()` now replaces empty (or `NA`) element names in a list with its numeric index while preserving existing names (#7719, @Meghansaha).
0 commit comments