transformBooleanIntoAnotherBoolean: Transform boolean into another boolean

Description Usage Arguments Details Value

View source: R/transformBooleanIntoAnotherBoolean.R

Description

Transform boolean into another boolean.

Usage

1
transformBooleanIntoAnotherBoolean(boolean_vec, mode = list(c(T, T), c(F, T)))

Arguments

boolean_vec

Boolean vector of any length

mode

List where first element is boolean vector that wish to transform, while second element is a boolean vector that we want the input vector to be transformed into.

Details

Length of vector members in mode list must be of the same length.

Value

Transformed boolean vector of length 2


msxakk89/dat documentation built on Aug. 3, 2020, 6:39 p.m.