TorF: TorF

View source: R/BMisc.R

TorFR Documentation

TorF

Description

A function to replace NA's with FALSE in vector of logicals

Usage

TorF(cond, use_isTRUE = FALSE)

Arguments

cond

a vector of conditions to check

use_isTRUE

whether or not to use a vectorized version of isTRUE. This is generally slower but covers more cases.

Value

logical vector


bcallaway11/BMisc documentation built on March 13, 2024, 1:39 a.m.