is.falsey: Check if x is false-like

Description Usage Arguments Value Examples

View source: R/miscutils.R

Description

falsey checks if x should be interpreted like FALSE, it returns true if x is any of FALSE, NULL, NA, 0, 'FALSE', length zero, missing, or error

Usage

1

Arguments

x

an object to test

Value

TRUE is x is falsey

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12

duncankmckinnon/OKdplyr documentation built on Nov. 30, 2020, 1:13 a.m.