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

View source: R/utilities.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

Usage

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

Arguments

.data

A tibble

condition

A boolean

Value

A tibble


stemangiola/ttSc documentation built on Dec. 8, 2022, 2:37 a.m.