ifelse_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
ifelse_pipe(.x, .p, .f1, .f2 = NULL)

Arguments

.x

A tibble

.p

A boolean

.f1

A function

.f2

A function

Value

A tibble


nanny documentation built on July 1, 2020, 10:20 p.m.