sillyFALSE: Fun Alternate Values for FALSE

Description Usage Format Source See Also Examples

Description

Inspired by a Twitter post (see Sources), provides alternate values that may be used in place of the traditional logical value FALSE.

Usage

1
2
3
4
5
6
7
8
9

Format

1
 logi FALSE

Source

https://twitter.com/michaelhoffman/status/630420081042849792

See Also

sillyTRUE, surprise_me

Examples

1
2
3
x <- data.frame(letter = letters[1:10],
                stringsAsFactors = HELLNO)
class(x$letter)

nutterb/sillylogic documentation built on May 24, 2019, 10:53 a.m.