sillyTRUE: Fun Alternate Values for TRUE

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 TRUE.

Usage

1
2
3
4
5
6
7
8
9

Format

1
 logi TRUE

Source

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

See Also

sillyFALSE, surprise_me

Examples

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

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