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

View source: R/utility.R

ifelse3_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

ifelse3_pipe(.x, .p1, .p2, .p3, .f1, .f2, .f3, .f4 = 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.