ifelse_pipe | R Documentation |
This is a generalisation of ifelse that acceots an object and return an objects
This is a generalisation of ifelse that acceots an object and return an objects
ifelse_pipe(.x, .p, .f1, .f2 = NULL) ifelse_pipe(.x, .p, .f1, .f2 = NULL)
.x |
A tibble |
.p |
A boolean |
.f1 |
A function |
.f2 |
A function |
input.df |
A tibble |
condition |
A boolean |
A tibble
A tibble
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.