We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a71d7d8 commit 6850ae0Copy full SHA for 6850ae0
1 file changed
README.md
@@ -5,7 +5,7 @@
5
lest contains forks of the dplyr functions `case_when()` and `if_else()`.
6
`case_when()` enables you to vectorise multiple `if` and `else` statements
7
(like the `CASE WHEN` statement in SQL). `if_else()` is a stricter and
8
-more predictable version of `base::ifelse()` that preverves attributes
+more predictable version of `base::ifelse()` that preserves attributes
9
(and therefore works with Dates).
10
11
**lest** depends only on base, and will never add any external dependencies.
0 commit comments