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

View source: R/utilities.R

ifelse_pipeR Documentation

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

Description

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

Usage

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

Arguments

.x

A tibble

.p

A boolean

.f1

A function

.f2

A function

Value

A tibble


stemangiola/tidyHeatmap documentation built on Aug. 7, 2024, 6:40 p.m.