are_true: Vectorised conversion to logical, treating NA as False

View source: R/na.R

are_trueR Documentation

Vectorised conversion to logical, treating NA as False

Description

Vectorised conversion to logical, treating NA as False

Usage

are_true(x)

Arguments

x

A vector

Value

A logical vector of same size as x which is true where x is true (rlang::as_logical) and not NA


tidytidbits documentation built on March 18, 2022, 6:10 p.m.