ifelse2_pipe: This is a generalisation of ifelse that acceots an object and...

Description Usage Arguments Value

View source: R/utilities.R

Description

This is a generalisation of ifelse that acceots an object and return an objects

Usage

1
ifelse2_pipe(.x, .p1, .p2, .f1, .f2, .f3 = NULL)

Arguments

.x

A tibble

.p1

A boolean

.p2

ELSE IF condition

.f1

A function

.f2

A function

.f3

A function

Value

A tibble


tidybulk documentation built on April 7, 2021, 6 p.m.