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

View source: R/utility.R

ifelse4_pipeR Documentation

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

Description

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

Usage

ifelse4_pipe(.x, .p1, .p2, .p3, .p4, .f1, .f2, .f3, .f4, .f5 = NULL)

Arguments

.x

A tibble

.p1

A boolean

.p2

ELSE IF condition

.f1

A function

.f2

A function

.f3

A function

Value

A tibble


stemangiola/ARMET documentation built on July 9, 2022, 1:25 a.m.