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

View source: R/utility.R

ifelse_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

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

Usage

ifelse_pipe(.x, .p, .f1, .f2 = NULL)

ifelse_pipe(.x, .p, .f1, .f2 = NULL)

Arguments

.x

A tibble

.p

A boolean

.f1

A function

.f2

A function

input.df

A tibble

condition

A boolean

Value

A tibble

A tibble


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