incase (Q125339)
From MaRDI portal
![]() | This is the item page for this Wikibase entity, intended for internal use and editing purposes. Please use this page instead for the normal view: incase |
Pipe-Friendly Vector Replacement with Case Statements
Language | Label | Description | Also known as |
---|---|---|---|
English | incase |
Pipe-Friendly Vector Replacement with Case Statements |
Statements
21 August 2023
0 references
Offers a pipe-friendly alternative to the 'dplyr' functions case_when() and if_else(), as well as a number of user-friendly simplifications for common use cases. These functions accept a vector as an optional first argument, allowing conditional statements to be built using the 'magrittr' dot operator. The functions also coerce all outputs to the same type, meaning you no longer have to worry about using specific typed variants of NA or explicitly declaring integer outputs, and evaluate outputs somewhat lazily, so you don't waste time on long operations that won't be used.
0 references