ifelse4_pipe | R Documentation |
This is a generalisation of ifelse that acceots an object and return an objects
ifelse4_pipe(.x, .p1, .p2, .p3, .p4, .f1, .f2, .f3, .f4, .f5 = NULL)
.x |
A tibble |
.p1 |
A boolean |
.p2 |
ELSE IF condition |
.f1 |
A function |
.f2 |
A function |
.f3 |
A function |
A tibble
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.